Displaying two forms simultaneously

kaisersoze

Centurion
Joined
Aug 27, 2003
Messages
152
hello, how do i show two forms simultaneously. First one should load first. second form should load after database connetion and check for user settings locally, is the local settings are older than2 weeks then second form should load. once the user selects and clicks on ok button, form2 should hide and continue with other settings of form1.
 
In form 1, declare an instance of form 2 and the call the .Show/Showdialog method to get them 2nd form. Then in the 2nd form when it is finished close the form with me.Close ore something like that
 
Back
Top