PDA

Click to See Complete Forum and Search --> : Trapping events of ActiveX Controls in HTML (JScript/VBScript)


Zvonko
Feb 17th, 2001, 08:04 AM
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?

Zaf Khan
Feb 18th, 2001, 11:01 PM
Hey didn't I answer this post in the general section of vb world?

Or did that tip not work?

DocZaf
{;->

Zvonko
Feb 19th, 2001, 06:27 AM
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 ;)