The Keyboard.SendKeys Method sends one or more keystrokes to the active window, as if typed on the keyboard.
Posted in DotNetFactory
The Keyboard.SendKeys Method sends one or more keystrokes to the active window, as if typed on the keyboard.
Posted in DotNetFactory
April 22nd, 2008 at 8:27 am
why wouldn’t you use: WshShell.SendKeys
saves creating the second object, ie:
Set Keyboard = DotNetFactory.CreateInstance( “Microsoft.VisualBasic.Devices.Keyboard”, “Microsoft.VisualBasic” )
April 22nd, 2008 at 4:59 pm
because this tip categorized under DotNetFactory
of course you can use the wshell object