Guest Jakal Posted September 11, 2002 Posted September 11, 2002 Is it possible to start a program ( for exemple Word ) by pressing a button in a VB program?? And This program (Word) will continue to run if a close the program a made with VB. If it's possible can you tell me how, please?:confused: Quote
*Gurus* Derek Stone Posted September 11, 2002 *Gurus* Posted September 11, 2002 System.Diagnostics.Process.Start("winword") Quote Posting Guidelines
*Gurus* Derek Stone Posted September 11, 2002 *Gurus* Posted September 11, 2002 Remember, that code will throw an error (Win32Exception) if Word isn't installed, so make sure to use a Try/Catch block. Quote Posting Guidelines
Recommended Posts