Sendkeys Replacement for Visual Basic


Version: 3.00.14
Size:
1.27MB
Requirements:
No special requirements
Seller:
M8 Software
Price:
$29.99
System:
Windows XP/2000/98/Me
Rating:
4.4
License:
Demo

Description - Sendkeys Replacement for Visual Basic



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, SendInput 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 SendInput 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 follwing features not available in the VB Sendkeys:1. It can send the PrtScr key2. You can specify that numbers are from the numeric keypad3. You can set the state of the CapsLock, NumLock and scrollock keys4. You can send keys Between applications with different keyboard layouts.There are versions for VB5/6/VBA and VB.Net.

Sendkeys Replacement for Visual Basic Visual Basic Send Keys


More in Visual Basic-Sendkeys Replacement for Visual Basic

Sendkeys Statement Visual Basic