Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to Open a form in another folder (within same project)

Status
Not open for further replies.

escuro19

Programmer
Oct 30, 2009
7
GB
Hello all,

In my project i have created few folders to better structure my forms.. my problem is how can i call up (open) a form in a different folder.

eg. Form1 is located in main directory, how to open form2 which is located in a folder called Folder2 (within same project)

Many thanks
 
Is there any difference if it is in a folder? I don't think..
Code:
        Dim f As New Form2
        f.Show()

Zameer Abdulla
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top