Results 1 to 17 of 17

Thread: ActiveX Download ???

  1. #1

    Thread Starter
    Frenzied Member vbNeo's Avatar
    Join Date
    May 2002
    Location
    Jutland, Denmark
    Posts
    1,994

    Unhappy ActiveX Download ???

    .ocx download ??
    I have made an ActiveX component that i wish to lay out on my website, but how do i make the user download and register my .ocx file so the he/she can see my project ??

    Thanks in advance
    "Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
    - Zack de la Rocha


    Hear me roar.

  2. #2
    New Member
    Join Date
    Sep 2003
    Posts
    1

    Activex download

    Hi, you have to use the object tag

    Check this example :

    <OBJECT ID="MyControl"
    CLASSID="CLSID:E83463E6-2107-4947-AEB8-C47A0C034AEF"
    CODEBASE="../cab/MyControl.CAB#version=1,0,0,0">
    <PARAM NAME="_ExtentX" VALUE="4200">
    <PARAM NAME="_ExtentY" VALUE="1500">
    </OBJECT>

    The CLASSID is the key in the registry of the web server where the activex is registered, and CODEBASE y where is the CAB file with the activex and the others files needed to install it.

    See you
    Y que sea lo que Dios quiera...

  3. #3
    Hyperactive Member tailz's Avatar
    Join Date
    Jul 2002
    Posts
    306
    lol, I find it amusing that it took 14 months for a reply. Do you reckon he was still trying to figure it out

    GaZ

  4. #4
    Fanatic Member
    Join Date
    Oct 2001
    Location
    Earth
    Posts
    762

    Question

    wow? too late.......
    Last edited by shahid; Oct 27th, 2003 at 12:18 AM.

  5. #5
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    It's even more amusing that someone else has this question now.

  6. #6
    Hyperactive Member tailz's Avatar
    Join Date
    Jul 2002
    Posts
    306
    yeap lol

    is the codes works????
    ... does this mean "will the ocx download work if activeX controls are disabled in my browser" ?

    If so, why dont you just try it out? :P


    GaZ

  7. #7
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961

    12 Months later...

    Has anyone tried this? I am going to try this tonight, but any advice on pushing an ActiveX control down from the server will be appreciated.

  8. #8
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Just have your CAB files in place, and you should be fine. If there's licensing involved, you'll need to generate an LPK file

  9. #9

    Thread Starter
    Frenzied Member vbNeo's Avatar
    Join Date
    May 2002
    Location
    Jutland, Denmark
    Posts
    1,994
    hehe, how'd you dig this old thing up ?
    "Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
    - Zack de la Rocha


    Hear me roar.

  10. #10
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961
    Originally posted by vbNeo
    hehe, how'd you dig this old thing up ?
    LOL ya 12 months later hehe... I was serarching for info on the OBJECT tag I think and this came up.

    Actually the original post was over 2 yrs ago!

  11. #11
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961
    Originally posted by mendhak
    Just have your CAB files in place, and you should be fine. If there's licensing involved, you'll need to generate an LPK file
    Wha?

    Where do the CAB files go - on the server somewhere? And what's a LPK file?

    Thanks!

  12. #12
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Yes. Like, in the same directory as your HTML file. You'd specify the path to the cab files in the CODEBASE attribute.

    The LPK file is used in case you're using a control that requires licensing. You can ignore it if you don't use it. Just forget I ever said that.

  13. #13
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961
    Originally posted by mendhak
    Just forget I ever said that.
    Said what?

  14. #14
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

  15. #15
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961
    Originally posted by mendhak
    Yes. Like, in the same directory as your HTML file. You'd specify the path to the cab files in the CODEBASE attribute.
    What is a good utility to put my binaries in a .CAB file?

  16. #16
    Hyperactive Member
    Join Date
    Nov 2002
    Location
    Someplace 'ore the rainbow
    Posts
    392
    ...if your control only requires the .ocx file you could have the codebase specify the ocx file only...

    cjqp
    When your answer is the Arc Sin of 1.015, you should check your Pythagorean triple.

  17. #17
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Originally posted by Dave Sell
    What is a good utility to put my binaries in a .CAB file?
    Package and deployment wizard.

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