Developer Tools
• A4DeskPro Flash Web Site Builder 1.23, FAICO Information Solutions
• OneStep Installer 3.0, Redei
• Crystal iViewer 1.0.1, Origin Software
• Audio DJ Studio for .NET 3.0, MultiMedia Soft
• Active Sound Recorder 3.0, MultiMedia Soft
• Active DJ Studio 4.0, MultiMedia Soft
• Audio Sound Recorder for .NET 3.0, MultiMedia Soft
• Expert Data Miner 1.34, ASCO IT
• UDB Workbench 3.1.6, Ming Software
• Data Aquarium Framework for ASP.NET and AJAX 3.5, Code OnTime
• Jump Developer Desktop Go Mobile Edition 4.7.2, TiraWireless
• dbQwikSite 5.3.0.8, TheDevShop
• JocDBInsight 1.0, jocWARE - Jochen Riekhof
• ESF Database Convert 5.8.34, EasyFrom
• Automation Design Canvas 1, ArtOfTest
• Jmsgparser 1.02_03, NetComps
05/25/06 - Interpret without editing and text VB Sendkeys parameters.
The Visual Basic Sendkeys sub has never been 100% reliable. With Windows Vista on the horizon, its days are numbered. If you don't believe us, download the Internet Explorer 7 beta and try Sendkeys with it. The only reliable way for VB5 / VB6 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.
Fortunately, M8 can provide a much easier solution. Keysend.bas is a VB5 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. The demo is a compiled program which allows you to test Sendkey and compare the results with the old VB Sendkeys. The send buttons send to whichever window had the focus immediately before they were clicked, so you can test send to any application.
Similar programs.
• Sendkeys Replacement for Visual Basic 3,
• Sendkeys Replacement for Visual Basic,
• Sendkeys Replacement for Visual Basic,
• Sendkeys Replacement for Visual Basic,