How to send a keystroke in WXP "ctrl+alt+shift+PageUp" from *.vbs file?
I have this (all text):
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.SendKeys "^%+{PGUP}" 'enlarge subtitle'
I really don't know, why it doesn't run.
Not even "^%{PGUP}" takes effect.
thanx
I have this (all text):
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.SendKeys "^%+{PGUP}" 'enlarge subtitle'
I really don't know, why it doesn't run.
Not even "^%{PGUP}" takes effect.
thanx