Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hai i am working as a dot net trainer and i am not work with windows application ...so please help me
Posted

Here is the code.
Form2 f as new Form2();
f.show();


Accept the answer if helpful
 
Share this answer
 
If you mean that you want to open up a form which is a childform of another form then you need to do this :

Dim Form2 as New Form
Form2.MDIParent = Me
Form2.Show()
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900