how to show massage before form is load
-
hi evryone how i can show any massage before the main form is load ? (i work in WinCE) thank's for any help
-
hi evryone how i can show any massage before the main form is load ? (i work in WinCE) thank's for any help
E_Gold wrote:
how i can show any massage before the main form is load ?
Why only show the massage? Why not give it? It would be an awesome technology - Being massaged while waiting for an application to load. :)
:bob: Kristian Sixhoej "You can always become better." - Tiger Woods
-
hi evryone how i can show any massage before the main form is load ? (i work in WinCE) thank's for any help
Look in program.cs, I think you'll be able to figure out how to do this.
-
Look in program.cs, I think you'll be able to figure out how to do this.
-
hi evryone how i can show any massage before the main form is load ? (i work in WinCE) thank's for any help
Form1_Load(object sender, EventArgs e)
{
MessageBox.Show("My Message");
}TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L %^]*IRXD#@GKCQ`R\^SF_WcHbORY87֦ʻ6ϣN8ȤBcRAV\Z^&SU~%CSWQ@#2 W_AD`EPABIKRDFVS)EVLQK)JKSQXUFYK[M`UKs*$GwU#(QDXBER@CBN% Rs0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-iTV.C\y<pjxsg-b$f4ia> -------------------------------------------------------- 128 bit encrypted signature, crack if you can
-
hi evryone how i can show any massage before the main form is load ? (i work in WinCE) thank's for any help
so you want to show a Splash screen. create a form with message / image on it. now put a Timer and set the interval to 10000-15000, and on a
Tick()
Event just dothis.hide();
and on theLoad()
of that form call (create instance and.Show()
method) your Main Form. and dont forgot to set that spalsh form to startup form instead of main form. Done. so your splash form will be displayed while your main form is loading in background. -
E_Gold wrote:
how i can show any massage before the main form is load ?
Why only show the massage? Why not give it? It would be an awesome technology - Being massaged while waiting for an application to load. :)
:bob: Kristian Sixhoej "You can always become better." - Tiger Woods
:laugh: I always wonder, when cp will include a spell check. for people like me, who are not good at english. but in this case even spell check cant help you. :-D
-
thank's for the help, i have the Main form that load database and fill comboBox whit database. it take for 10-15 second. i need that in this time will be any message. how can i do it ? (i dont want MessageBox)
What you describe is named a "splash screen". There are lot of examples on this site describing how to do this.
-
:laugh: I always wonder, when cp will include a spell check. for people like me, who are not good at english. but in this case even spell check cant help you. :-D
-
neither mine. if you read my post again, i have included myself also. I just found that post funny. thats it, dont take offence man. :)