Try this
And call this module in button click eventCode:Imports System.Diagnostics Public Module modmain Sub Main() Dim NewProcess as Process = new Process NewProcess.Start("C:\MyApplication.exe") End Sub End Module
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 8 of 8
Threaded View
|
Click Here to Expand Forum to Full Width |