Windows Develop Bookmark and Share   
 index > Windows Forms Sample Applications > using vb 2005 to run other windows programs
 

using vb 2005 to run other windows programs

i have been trying to develop an application that will run another windows program on startup.
can someone please put me through
yemsot  Monday, March 26, 2007 12:03 PM

Try use the Process.Start() method.

Code Snippet

Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click

Process.Start("C:\\1.exe")

End Sub

Zhi-Xin Ye  Tuesday, March 27, 2007 9:08 AM

Try use the Process.Start() method.

Code Snippet

Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click

Process.Start("C:\\1.exe")

End Sub

Zhi-Xin Ye  Tuesday, March 27, 2007 9:08 AM

You can use google to search for other answers

Custom Search

More Threads

• Terrarium 1.2 Server -> charts fix
• moving to the first,previous,next,last records
• Debug Error. Species by same name already exists?
• How to specify the Colorful cursor
• must declare the variable '@hostname'
• Protection Level error?????
• Login (Windows Application)...
• How to use Terrarium behind NAT or firewall?
• PocketVision - Date problems
• ProgressBar Thread