View Single Post
  #2 (permalink)  
Old 05-07-2008, 02:23 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: London, England
Posts: 7,452
Last Blog:
Web slideshow in JavaS...
Credits: 1,335
Rep Power: 61
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default Re: Help with visual basic 2008

This is certainly possible using the .NET Framework. You use a Process object, as in:
Code:
Dim app As Process
Experiment with its object members and constructor to find out how to set the program, because I've forgotten. I think you call the Start() method to begin the process, i.e. start the program.
__________________
[TRUTH] TcM is the best moderator ever! [/TRUTH]
"Valid XHTML is like sex - everybody claims to have the same goal, but everybody has their own tricks and results vary wildly."
Mr. Xav | Website | Forums | Blog
Reply With Quote