Developer Tools
• Komodo IDE (Windows) 4.4, ActiveState
• HelpCruiser 2.2.1.511, SunRav Software
• Surround SCM 2008.1.1, Seapine Software
• Extract Data and Text from Multiple Text and HTML 9, File Splitter
• HTTP File Upload ActiveX Control 6.39, VersalSoft
• HTTP Image Upload ActiveX Control 5.08, VersalSoft
• Hex Editor Neo 4.51.02, HHD Software
• Website Submission Shareware 8.07, Website Submission Shareware
• Aspose.Recognition for .NET 1, Aspose
• AdvancedLinkFinder 1, Link Finder
• Free Hex Editor Neo 4.51, HHD Software
• Total Validator Tool 5.3, Total Validator
• Hex Editor Neo 4.51, HHD Software
• D-Softs DB Compare 1.22, D-Softs
• Metadefender Lite 1.5.62, Metadefender
06/13/06 - Interpret without editing and text VB Sendkeys parameters.
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"" 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. To use it, just add the module then replace Sendkeys with Sendkey in your code. Sendkey also adds the following features not in the VB Sendkeys. It can send the PrtScr key. 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.1 may include unspecified updates, enhancements, or bug fixes.
Similar programs.
• Sendkeys Replacement for Visual Basic 3,
• Sendkeys Replacement for Visual Basic,
• Sendkeys Replacement for Visual Basic,
• Sendkeys Replacement for VB5 / VB6,