Hey, I've made some console applications (two of them in my project) and then I decided to add a windows form into the project.
Now I have placed two separate command buttons onto the form, but I'm confused about the code which must be written for the command buttons to launch the console applications on click.
Normally, its something like:
What about loading the console application instead of another form? (The form and the console app's are all in the same project)Code:Sub cmd_button1.Click() frmnew.Show frmthis.Hide End Sub




Reply With Quote