N
Niels
Hello,
I have a (simple) question....
I made a solution with 2 forms (frmMain & frmInfo)
On frmMain I have a button hat has to open frmInfo...
everywhere I look the following code-sample appears:
Dim form1 As New Form
form1.Show()
But ofcourse I'm getting a blanc form...
Can anyone tell me how i can manage to open hat form???
Anyway Thanks
I have a (simple) question....
I made a solution with 2 forms (frmMain & frmInfo)
On frmMain I have a button hat has to open frmInfo...
everywhere I look the following code-sample appears:
Dim form1 As New Form
form1.Show()
But ofcourse I'm getting a blanc form...
Can anyone tell me how i can manage to open hat form???
Anyway Thanks