kaisersoze Posted January 31, 2005 Posted January 31, 2005 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. Quote Note: I think as a programmer not as a human, so use my answer at your will
donnacha Posted February 1, 2005 Posted February 1, 2005 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 Quote Hamlet
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.