J
Jams Al
I am new to VB.NET. I am trying to load a form (named switchboard)
from within a form (named login). But its not working. Following is my
code. What am I missing?
Dim Frm As New Switchboard
Frm.Show()
Thanks in advance.
from within a form (named login). But its not working. Following is my
code. What am I missing?
Dim Frm As New Switchboard
Frm.Show()
Thanks in advance.