User Profile

Collapse

Profile Sidebar

Collapse
ebonnett
ebonnett
Last Activity: Jun 5 '07, 12:00 AM
Joined: Apr 18 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ebonnett
    started a topic Native class in C#??
    in .NET

    Native class in C#??

    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
    See more | Go to post
    Last edited by ebonnett; May 24 '07, 03:14 PM. Reason: misstated a couple of things.

  • ebonnett
    started a topic Test for existence of ActiveX on Client

    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
    See more | Go to post
No activity results to display
Show More
Working...