Buka Aplikasi dari VBNET

Dim Process As New System.Diagnostics.Process()

Process = Process.Start("My File Path", "")
Salty Joe