Lets say you embedded an ActiveX control in a webpage with the <OBJECT> tag. Lets say you also give the ActiveX control an id. Now you can call ActiveX methods in VBScript code simply by going:
ObjectID.MyFunction(...)
My question is how can you capture a custom event? I have an ActiveX control that displays a tree control. It has a custom event when the tree control changes it's selection something like OnSelectionChanged. How can I write a VBScript handler so I know when the tree controls selection changes on the webpage? When placing this control in a regular dialog or form the event is exposed in VB or VC++, but I cannot seem to get at it from a webpage.
Thanks,
bitwise
ObjectID.MyFunction(...)
My question is how can you capture a custom event? I have an ActiveX control that displays a tree control. It has a custom event when the tree control changes it's selection something like OnSelectionChanged. How can I write a VBScript handler so I know when the tree controls selection changes on the webpage? When placing this control in a regular dialog or form the event is exposed in VB or VC++, but I cannot seem to get at it from a webpage.
Thanks,
bitwise