One of the nice things about COM / ActiveX is that the EXE is outside the process. You may have an EXE that exposes methods and properties in a form that can be used by other processes, including VBScript and JScript. At the same time, an EXE may have its own functionality, whether or not related to what is displayed in its type library.
What is the .NET equivalent?
I have an existing VB6 project that is an interpreter of a scripting language (using MSScript) and a resource of various tool functions for other scripting languages. It has been suggested that I am trying to convert it to .NET.
Will this work, or will I finish breaking one element into two?
bugmagnet
source share