Results 1 to 2 of 2

Thread: How to get started with ActiveX control?

  1. #1

    Thread Starter
    Lively Member HeVa's Avatar
    Join Date
    Jul 2001
    Location
    DC
    Posts
    115

    How to get started with ActiveX control?

    I've been given an under-documented 3rd party ActiveX control that I need to program into my asp.net web site (to run client-side in the browser). This would be my first time doing this and I don't know the first thing - how do I get started? I need to ensure that when users open our website, the ActiveX control automatically downloads to their browser, is this handled automatically by most browsers (most of my users are on ms internet explorer)?

    Any and all guidance is appreciated!
    H e*V a

  2. #2
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: How to get started with ActiveX control?

    Normally you'd want it packaged as a CAB file. Then you just have to create the proper <OBJECT> tag in the HTML, possibly with numerous <PARAM> tags.

    Depending on the library you're working with here you might also have to create a proper License Package, which will then need its own <OBJECT> tag for the IE License Manager object.

    See: http://support.microsoft.com/kb/159923

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width