S
steve
Hi All
I have a VB.net 2005 App which has a form set as the Application splash
screen in Project properties
Another form is set as the startup form
All works great until the splash screen closes or I close it to allow error
messages to be displayed from Licence or Database checking errors
The startup form minimises when a messagebox pops up to display these errors
and you have to click on it in the taskbar to show the startup form and
hence the msgboxes
This doesn't happen ALL the time but frequently enough to be a nuisance
How can I get the startup form to remain on display whilst the splash screen
form is closing and/or message boxes are being displayed etc
I have tried form.show at different places in my code, when I am closing the
the splash screen or displaying msgboxes but no improvement
Regards
Steve
I have a VB.net 2005 App which has a form set as the Application splash
screen in Project properties
Another form is set as the startup form
All works great until the splash screen closes or I close it to allow error
messages to be displayed from Licence or Database checking errors
The startup form minimises when a messagebox pops up to display these errors
and you have to click on it in the taskbar to show the startup form and
hence the msgboxes
This doesn't happen ALL the time but frequently enough to be a nuisance
How can I get the startup form to remain on display whilst the splash screen
form is closing and/or message boxes are being displayed etc
I have tried form.show at different places in my code, when I am closing the
the splash screen or displaying msgboxes but no improvement
Regards
Steve