Using Script Components
After you have created a Windows Script Component, you can use it in your applications.
Script Components Versus COM Components
Using script components is similar to using other COM components, however, each host application uses a slightly different way to instantiate COM components.
Registering a Script Component Register and unregister a script component.
Using a Script Component in an Application Create an instance of a script component in a host application.
Handling Script Component Events in the Host Application Detect and respond to custom script component events.