I am have trouble creating a login form which will report on the build progress of the main form to its status bar after I have logged in(main form takes about 30 secs to load).
Showdialog will close the form as soon as I move on in code on my main form. The same happens using dialogresult.
Any body with some ideas on how to do this or how I could show the build status on the main form while its constructing itself.
Many thanks
*******************************************
All sorted - Basically put the form load events from the main form into the login form and called the login form from main's form load event.


Reply With Quote