detect activex calling

Hi everyone,
Now, i'm looking for a solution for detecting any activex callings. But it hasnt yet been found out. Could you please give me some ideas to implement it.
Many thanks.
You can't call Direct X with out including the DLL's and that's easy enough to test for. You can start with "Module32First()" and "Module32Next()" to enumerate what is there.
ActiveX and DirectX are diferent things ...
Doh! I misread that. Well Active X is still a COM technology so I guess looking for any of the ole*.dll's that it uses wouldn't be a bad starting point.
thanks for your reply. Could you please tell me detail?
Topic archived. No new replies allowed.