Windows Forms

Feb 21 2007 7:38 AM
Hi all,
i need to navigate from one form to another form...if i use the following code its nt working:
          Form Form1 = new Form();
          Form1.Show();
actully this is opening a new form without any name(a blank form) but i need to goto another form named Form1 which performs some other operations. help me out..thanks in advance.

Answers (2)