I'm having trouble catching events from an ActiveX-control on my webpage. Im using the following code to catch it.
[COLOR=blue]<SCRIPT LANGUAGE=vbscript FOR=object1 EVENT=SelChange>
<!--
MsgBox("test")
//-->
</SCRIPT>
[/blue]
It works perfectly fine when I use javascript...
Hello
I've created a class that inherits from the ATL-class "CComboBox". What I want to do now is capture some of the notifications that "CComboBox" sends, like CBN_SELENDOK before they are sent to the parent window. But I only know how to capture from a child control, not...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.