mushin
Programmer
- Oct 4, 2000
- 49
I have a form 'myform.vb', with some menu options on it, one of which is 'new'. When I select 'new', I want to run
a different form, 'myform2.vb',to collect some data.
So, How do you run 1 form from another ?
On my home planet I would just code:
Run c:\myDir\myForm2.exe.
Both forms are separate .vb files in the same project.
Is this not the correct structure ? or should both forms classes be in the same file ?