|
petevick -> RE: Project is running but exe is failed to run (5/23/2008 9:27:54 AM)
|
Sorry - don't see your problem. Start a new project, and then add a new form - that should give you form1 and form2 On form1 put a button with a caption of 'Show', on form2 put a button with a caption of 'Close' Code behind the button on form1 is Dim frm1 as new form1
frm1.showdialog()
frm1.dispose Code behind button on form2 me.close When you run the project, and click on the button, form2 should show. When you click on 'close' on form 2, you should see form1.
|
|
|
|