Author | Message | Time |
---|---|---|
Eli_1 | How do I allow a script (via MS Scripting Control) to access a function/sub inside my app? | August 30, 2004, 10:52 AM |
Stealth | Put it in a class and "expose" the class to the script control. Since you can pass objects to be used by the script control, instantiate a persistent copy of the class and pass it to the script control when you start your program. | August 30, 2004, 4:56 PM |