Hallo,
ich möchte ein geöffnetes Programm, z.B. Notepad, auf einen anderen Monitor verschieben.
Leider klappt es nicht ganz. Es wird nur das Startmenü geöffnet.
Ich möchte folgende Tastenkombination zwei Mal nacheinander ausführen
"Windows + Shift + Rechts"
Dim WSHShell
Set fsShell = WScript.CreateObject("WScript.Shell")
fsShell.AppActivate "notepad.exe"
WScript.Sleep 500
fsShell.SendKeys "^{ESC}+{RIGHT}"
fsShell.SendKeys "^{ESC}+{RIGHT}"
ich möchte ein geöffnetes Programm, z.B. Notepad, auf einen anderen Monitor verschieben.
Leider klappt es nicht ganz. Es wird nur das Startmenü geöffnet.
Ich möchte folgende Tastenkombination zwei Mal nacheinander ausführen
"Windows + Shift + Rechts"
Dim WSHShell
Set fsShell = WScript.CreateObject("WScript.Shell")
fsShell.AppActivate "notepad.exe"
WScript.Sleep 500
fsShell.SendKeys "^{ESC}+{RIGHT}"
fsShell.SendKeys "^{ESC}+{RIGHT}"