Running Reflection in a Web Browser
Receiving Information from Reflection Through Events
A powerful aspect of the Reflection ActiveX control is the ability to respond to events that occur in a Reflection session. To do this, you'll need to configure the Reflection session and the web page:
· In the Reflection session: Define a Reflection event, or mapping, which executes the Visual Basic command, RaiseControlEvent.
· In the application or web page: Handle the event in your application or web page using OnReflectionEvent.