Hvordan utføre en annen EXE fra VB .net

Dim startInfo Som System.Diagnostics.ProcessStartInfo Dim pStart Som New System.Diagnostics.Process
startInfo = Ny System.Diagnostics.ProcessStartInfo (" C: \\ file.exe ")
pStart.StartInfo = startInfo pStart.Start () pStart.WaitForExit () 'Din kode vil stanse inntil exe-filen har utført.
På et annet merke, hvis du ønsker å konvertere SWF-filer til .exe, sjekk ut utmerket Amaze .swf Bundler.



Previous:
Next Page: