Visual Studio 2005For discussing Visual Studio 2005. Please post code questions about a specific language (C#, VB, ASP.NET, etc) in the correct language forum instead.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Visual Studio 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I'm using a splash screen (frmSplash) as the projects start form. I want to unload the splash screen when the timer ends and load a login screen (frmLogin). But when I'm writing Me.Close() or Me.Dispose() the whole project ends. What is the method to unload the frmSplash and then load the frmLogin? Please anybody help, I'm a new learner of VB.NET.