Sendkeys in Visual Basic Scripts

27 February 2008 iby 0

Sendkeys can also be used from a Visual Basic Scripts, which means you can ex. build a vbs file, that can be used for starting up applications, or executing steps that you often have to […]

No Picture

Keys in SendKeys

23 January 2008 iby 0

Most keys can be represented by the character of the key itself. E.g, the key sequence HALLO can be represented simply by “HALLO”. Some special keys, such as the control keys, function keys etc are […]

No Picture

Issues with Sendkeys

23 January 2008 iby 0

When using Sendkeys there is one big issue, you can not see when/if the application is in the correct state. This means you have to build in some kind of wait states and then after […]

Sendkeys in Navision

22 January 2008 iby 0

With SendKeys you simulate user keystrokes – which mean it is possible to start applications, enter information, choose menus, buttons etc. SendKeys is a part of Windows Script Host. Currently I am using this functionality […]