Windows based apilcation
I developed a project in windows application using C# code. I created one login page. What i need is when i click on login button i would like to open another form what should i write to load the next form.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Dorababu MekaPosted May 28, 2009, 2:33 AM
form2 f = new form2();
f.show();
Marjun TacderPosted May 28, 2009, 2:30 AM