Developer Tools
• AptEdit Pro 4.8, Brother Technology
• Crystal iViewer 1.0.6, Origin Software
• Download Control 3.08, VersalSoft
• Excel 2007 Ribbon to old Excel 2003 Classic Menu Toolbar 9, File Splitter
• Web Editor 1.26, CodeService
• HTTP Download ActiveX Control 3.08, VersalSoft
• HelpSmith 2.0.1 build 8.83, Divcom Software
• InnoScript 9.2 build 12, Randem Systems
• Text to HTML Converter-Markdown 8.08, Text to HTML Converter
• Setup Factory 8.1.1004, Indigo Rose Software
• MS SQL Database Deepsearch 2, GP-Dynamics
• Dr.Explain 3.1.202, Cognitive Force
• Affiliate CMS Builder 1.01, Henry Zeng
• Code Compare 1.0.2.3, Adam Berent
• 4D v11 SQL Release 2 (11.2), 4D
• EditRocket 3.2, Richardson Software
• Data Viewer 2.6, Purpose Soft
08/14/06 - Mimic VB Sendkeys and control capslock, numlock, and scrollock keys.
With Windows Vista on the horizon, VB's Sendkeys days are numbered. If you don't believe us, try Sendkeys with IE7. You get extra characters. Send James Brown and it comes out Jammesss BBrownn. Under Vista, it doesn't work at all.
The only reliable way for Visual Basic programers to send keys in the future will be to use the Windows API, keybd_event function and that can mean a huge amount of re-coding. Solution: Keysend.bas and Keysend.vb are modules which wrap Keybd_event into a new sub Sendkey. Sendkey is a direct replacement for the VB Sendkeys. Sendkey also adds the following features not in the VB Sendkeys. You can specify numbers from the numeric keypad. You can set the capslock, numlock and scrollock keys The demo allows you to test send to any application both with the original and replacement so that you can compare the results. Version 2.2 modifies the VB5/VB6 module to also work with VBA and the demo program is now compatible with Windows Vista.
Similar programs.
• Sendkeys Replacement for Visual Basic 3,
• Sendkeys Replacement for Visual Basic,
• Sendkeys Replacement for Visual Basic,
• Sendkeys Replacement for VB5 / VB6,