yannis Posted April 22, 2007 Report Posted April 22, 2007 Can ME be called from a VB6 program ? Quote
kevin Posted April 23, 2007 Report Posted April 23, 2007 An application can launch macros by sending Windows Messages to the Macro Express Player. Examples of this are described in the Macro Express help file. Click Help, Macro Express Help, Playing Back Macros, and Macro Activation. Look for the section titled Windows API Calls. Examples are provided for Delphi, C/C++/Visual C, and VBA. By using similar techniques VB6 can activate a macro. Another possibility is to create a Playable Macro and have your VB6 program run that macro like it would run any other external program. Quote
yannis Posted April 25, 2007 Author Report Posted April 25, 2007 Thank you, Kevin you have been very helpful yannis Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.