Loading a VB form in the background - TechRepublic
General discussion
January 22, 2001 at 08:57 AM
atulmori

Loading a VB form in the background

by atulmori . Updated 25 years, 4 months ago

I have a very simple application with two forms. First form is a simple form for userid input and the second form is more complex. While the first form is waiting for user to input the userid and password, I would like to load the second form in memory. This way, after successful entry of userid, the second form can be displayed instantly with minimum delay. How do I do this ? Is there an event in VB that indicates that the form has been loaded and now waiting for user input ? Thanks much.

This discussion is locked

All Comments