1
Answer

help with linking forms in VB.NET

Joshua Bell

Joshua Bell

19y
1.7k
1
Ok, here is the problem. I'm creating a program to mess around with while i'm still learning VB. I've created several forms and need to link them together. Well, I finally figured out how to put a link on the main form but I don't know how to tell the program which form the link needs to go to. Ex: creating a program for a company. On the main page of the program I have inserted a link to the payroll form. Now how do I tell the program to make the link go to the payroll form. Here is what I have so far: (I don't know what to do after this though.)

Dim f2 As New Form

f2.Show()

LinkLabel1.LinkVisited = True

Answers (1)