How to launch applications from VB?

Status
Not open for further replies.

redhat

Mad and Furious
I am a newbie to Visual Basic 6.0. I want to know how to execute a exe file from a program made in VB. Please tell me where to get it from or get in touch with me at dar_nir@yahoo.co.in You can send me links or code samples or anything else. The exe file i want to execute was also made in VB if it does make some difference. I have its source also, but it is very confusing to add so many forms into the application.
 

puja399

In the zone
1) Easy approach --> ShellExecute API
2) Advanced approach (with much more control)--> CreateProcess API
 
Status
Not open for further replies.
Top Bottom