What is the proper way to have an event not fire until a form is completely loaded and showing.
For example, a login dialog via form1.showdialog with the application is showing in the background.
If its put in the Form_Load sub it fires before the form is visable and anything else I do just seems dirty.
For example, a login dialog via form1.showdialog with the application is showing in the background.
If its put in the Form_Load sub it fires before the form is visable and anything else I do just seems dirty.