Visual Basic's Sendkeys statement does not work under Windows Vista. The only way that Visual Basic programers can send keys under Vista is to use the Windows API, keybd_event function and that can mean a huge amount of re-coding in applications originally written using the VB Sendkeys statement. Fortunately, M8 can provide a much easier solution. Keysend.bas is a module which wraps Keybd_event into a new sub Sendkey. Sendkey is a direct replacement for the VB Sendkeys. To use it, all you have to do is add the module to your project then replace "Sendkeys" with "Sendkey" in your code. Sendkey interprets all Sendkeys parameters without modification. In addition to fixing Sendkeys problems under Vista, Sendkey also includes the following features not available in the VB Sendkeys: 1. It can send the PrtScr key 2. You can specify that numbers are from the numeric keypad 3. You can set the state of the capslock, numlock and scrollock keys There are versions for VB5/6 and VB.Net.

Publisher:
M8 Software(UK)
License:
Demo
Size:
1.3 MB
OS:
Win95,Win98,WinME,Windows2000,WinXP

Free download Sendkeys Replacement for Visual Basic - setup_sendkey_demo.exe