Discussion:
How to monitor a activex event firing.
(too old to reply)
TheOne
2009-11-02 10:37:56 UTC
Permalink
Is there any tool to monitor activex event?

In my project, the activex is embedded in an web page and fires
certain event.
On that event, certain script should be doing, however it doesn't
work. So I
need to monitor if really the event is occuring at the desired moment.

Is there any tool to monitor this?

Thanks in advance.

--
Daewon YOON
Alex Blekhman
2009-11-02 11:32:28 UTC
Permalink
Post by TheOne
Is there any tool to monitor activex event?
Yes, if you use VS 2005 there is ActiveX Test Container tool:

"ActiveX Control Test Container (tstcon32.exe)"
http://msdn.microsoft.com/en-us/library/ms241446(VS.80).aspx

Unfortunately, MS removed this tool from the later version of VS.
However, you still can build it by yourself from the VC++ samples:

"TSTCON Sample: ActiveX Control Test Container"
http://msdn.microsoft.com/en-us/library/f9adb5t5.aspx


HTH
Alex

Loading...