Hallo,
meine Frage ist wie kann ich ein Process starten ohne das sich ein Fenster öffnet?
Das funktioniert nicht:
meine Frage ist wie kann ich ein Process starten ohne das sich ein Fenster öffnet?
Das funktioniert nicht:
Code:
Dim Info As New ProcessStartInfo
Info.FileName = "C:/xampp/apache_start.bat"
Info.CreateNoWindow = True
Dim ExterneAnwendung As Process = Process.Start(Info)