Suspend Form until Fully Loaded
-
is it possible? for example, form1 got a lot of control and whenever showed, the controls load one by one. this is very ugly. :(
-
is it possible? for example, form1 got a lot of control and whenever showed, the controls load one by one. this is very ugly. :(
Display a splash screen or a progress bar[^] until the form is loading initially.
Build your own survey - http://www.factile.net
-
Display a splash screen or a progress bar[^] until the form is loading initially.
Build your own survey - http://www.factile.net
put the splash screen on form load?
-
put the splash screen on form load?
Not exactly. The splash form is another form that could load on a separate thread. Example - http://msdn.microsoft.com/en-us/library/aa446493.aspx[^].
Build your own survey - http://www.factile.net