how to link a.exe file

regi_72

New member
Joined
Nov 25, 2007
Messages
1
Programming Experience
Beginner
hi can you help me i want to run an exe file from the click of a button in my form in vb.net........plz require it urgently!!
 
VB.NET:
Process.Start("the.exe.path")
 
Back
Top