R regi_72 New member Joined Nov 25, 2007 Messages 1 Programming Experience Beginner Nov 25, 2007 #1 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!!
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!!
JohnH VB.NET Forum Moderator Staff member Joined Dec 17, 2005 Messages 15,875 Location Norway Programming Experience 10+ Nov 25, 2007 #2 VB.NET: Process.Start("the.exe.path") Upvote 0 Downvote