VB.net 2005 splash screen and main form problems

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
 
J

Jeffrey Tan[MSFT]

Hi Steve,

Thanks for your post!

Based on my understanding, after the splash form and the error message box
are closed, the main startup form sometimes does not appear, but minimizes
to the TaskBar.

Can you tell me where is your error message box generated? Startup Form or
Splash Form? I have tried to create a little test project regarding your
scenario, I showed the message box in Startup form's Load event, but after
I dismissed the message box, the Startup Form appears without any problem.

Is it possible for you to provide a little sample project for us to
demonstrate this problem? Then this will be helpful for the understanding.

I look forward to your feedback.

Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
J

Jeffrey Tan[MSFT]

Glad to see that you found a workaround yourself. If you need further
help.please feel free to post. Thanks!

Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top