Hi,
In the following thread, http://www.thescripts.com/forum/post1058484-5.html , there is a class I want to use but I cannot get it to compile because of the Native's used. It seems to be some static class but I don't know what namespace it's in. Can anyone assist?
Thanks,
Evan
User Profile
Collapse
-
Native class in C#??
-
Test for existence of ActiveX on Client
What is the best way to test for the existence of an ActiveX Control on a client? I tried this:
var control = new ActiveXObject("namespace.class name");
if (control == undefined)
do something...;
else
do something else...;
It seems that the code just stops execution if the activexobject doesn't exist. Any help?
Thanks,
ebonnett
No activity results to display
Show More