Used Sendkeys Replacement for Visual Basic for Windows?


The product has been discontinued, and Download.com offers this page for informational purposes only.

Editors’ Review

Download.com staff
Keysend.bas offers a direct Sendkey replacement for Visual Basic applications. It resolves Sendkeys compatibility issues on Windows Vista/7+ by wrapping SendInput, requiring minimal code changes for seamless migration.
  • Pros

    • Direct replacement for VB Sendkeys statement.
    • Resolves Sendkeys compatibility issues on Vista and Win 7.
    • Interprets existing Sendkeys parameters without modification.
    • Control CapsLock, NumLock, and ScrollLock key states.
    • Supports sending keys across different keyboard layouts.
  • Cons

    No Cons available


Used Sendkeys Replacement for Visual Basic for Windows?


Explore More


Full Specifications

GENERAL
Release
Latest update
Version
3.0
OPERATING SYSTEMS
Platform
Windows
Operating System
  • Windows NT
  • Windows 98
  • Windows 7
  • Windows 8
  • Windows XP
  • Windows ME
  • Windows 10
  • Windows 2003
  • Windows Vista
  • Windows Server
  • Windows 2000
Additional Requirements
None
POPULARITY
Total Downloads
2,616
Downloads Last Week
0

Report Software

Program available in other languages


Last Updated


Developer’s Description

Mimic VB Sendkeys and control capslock, numlock, and scrollock keys.
Visual Basic's Sendkeys statement does not work beyond XP. The only way that Visual Basic programers can send keys under Vista or Win 7 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 following 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.

Download.com
Your review for Sendkeys Replacement for Visual Basic