C
Carey
OK, I am sure this has been answered a million time, bit
I am new to VB.Net.
I have an app, with 4 forms. In VB 6, I would "Simply"
put a .Show command behind a command button to make the
other form appear. All I see for new documentation is the
reference similar to:
Dim xForm as New Form
xForm.ShowDialog()
I do not want a new form created from scratch, I want to
use my forms with the controls already placed onto them.
Any help would be GREATLY" appreciated.
I am new to VB.Net.
I have an app, with 4 forms. In VB 6, I would "Simply"
put a .Show command behind a command button to make the
other form appear. All I see for new documentation is the
reference similar to:
Dim xForm as New Form
xForm.ShowDialog()
I do not want a new form created from scratch, I want to
use my forms with the controls already placed onto them.
Any help would be GREATLY" appreciated.