Ouvrez l'application à partir de VBNET

Dim Process As New System.Diagnostics.Process()

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