Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can I start a console window from a winforms?

Status
Not open for further replies.

ushtabalakh

Programmer
Jun 4, 2007
132
Hey

I have a console application written with vb.net
and I also have an winforms application written under vb.net

now I want to start the console application when a user clicks on something in my winforms application
is there anyway to do that?
 
should be easy like
Code:
Process.Start("C:\ConsoleApplication1.exe")

________________________________________________________
Zameer Abdulla
Help to find Missing people
 
That would be what I'm looking for if I had two seperate .exe files, but I don't wanna have two seperate files I wanna have one .exe file with two projects in it, a console application and a winform.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top