-
Hello!
I have one problem with putting ActiveX Controls on my HTML page. The problem is following:
I don't know how can I react on events fired by my control (created in VB6). My control fires event TimeElapsed() and I'd like to trap that event and then do something in script (VBScript/JScript).
Anyone knows how to help?
-
Hey didn't I answer this post in the general section of vb world?
Or did that tip not work?
DocZaf
{;->
-
I found out a solution, but it wasn't the one you suggested.
I installed Visual InterDev and tried it there. I doubleclicked my event and it made it all by itself.
Thanks to MS for InterDev ;)