Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Process starten mit Visual Basic ohne Window
#1
Hallo,

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)
[Image: create.php?uid=511]
Reply


Messages In This Thread
Process starten mit Visual Basic ohne Window - by abbar-2 - 16.06.2009, 16:22



Users browsing this thread: 1 Guest(s)