S
SStory
I am trying to make a splash screen for my vb.net app.
It is an mdi app.
including the splash code produces wierd results.
not inluding makes things fine.
Also have tried loading the splash form from:
* load event of main mdi parent
* sub main in a module
* my own application class
if I load the splash form using splashform.show
and then load MDI main form using showdialog.
show dialog doesn't seem to be (modal/modeless--can't remember term--doesn't
stick around)
it just exits shortly after loading--probably after processing form_load
code--and continues with the line after .showdialog.
Does anyone have any ideas.
Splash form is not real complicated--has a timer to close.
What is the proper way to do a splash screen in VB.NET?
I want it to show first thing but not prohibit loading of main app.
Thanks,
Shane
It is an mdi app.
including the splash code produces wierd results.
not inluding makes things fine.
Also have tried loading the splash form from:
* load event of main mdi parent
* sub main in a module
* my own application class
if I load the splash form using splashform.show
and then load MDI main form using showdialog.
show dialog doesn't seem to be (modal/modeless--can't remember term--doesn't
stick around)
it just exits shortly after loading--probably after processing form_load
code--and continues with the line after .showdialog.
Does anyone have any ideas.
Splash form is not real complicated--has a timer to close.
What is the proper way to do a splash screen in VB.NET?
I want it to show first thing but not prohibit loading of main app.
Thanks,
Shane