Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Process starten mit Visual Basic ohne Window
#3
Versuchs mal hiermit:
Code:
Dim windowstyle
Set WshShell = WScript.CreateObject("WScript.Shell")
windowstyle = 1 ' =0: Verbergen, =1: Normal, =2: Minimieren, =3: Maximieren
WshShell.Run "notepad.exe", windowstyle, True ' True: Warten bis beendet

mfg keving
[Image: create.php?uid=8114]
Reply


Messages In This Thread
RE: Process starten mit Visual Basic ohne Window - by keving - 18.06.2009, 07:28



Users browsing this thread: 1 Guest(s)