turing91 @ Sat Feb 24, 2007 12:34 pm wrote:
you know like ie7 where you can open a new window and it opens the original window with your home page and stuff.
if i understand correctly you want to open up a blank new form by clicking on a button. you can't just randomly create a form by pressing on a button. you actually have to add a form to your project and then you can do form_name.show when the button is clicked.
steps
1. create 2 forms
2. make a button on the first form and double click it
3. in the code type form2.show
4. run your program and click on button and it opens a new form.
Is this what you mean?