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!

Running .exe file in VB

Status
Not open for further replies.

kemsu

Programmer
Aug 8, 2002
4
0
0
US
I am writing an application, I want to control my data structures in c++, but I want the user interface to be handled in Visual Basic, (i.e. Create an .exe file, and have Visual Basic run the .exe file for me)

I would appriciate a response, thanks
Sam
 
Is this what you are looking for?
---------------------------------------
shell "Myprog.exe argv1,argv2", vbHide
---------------------------------------
Sunaj
'The gap between theory and practice is not as wide in theory as it is in practice'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top