hi
when we want to navigate between child forms(more than one are activated) we use following code
Form2 f =new Form();
f.Activate();
f.Show();
but if i have more than one user control ,i want to navigate between them
can u plz tell me how to do that
when we want to navigate between child forms(more than one are activated) we use following code
Form2 f =new Form();
f.Activate();
f.Show();
but if i have more than one user control ,i want to navigate between them
can u plz tell me how to do that