Results 1 to 9 of 9

Thread: haaaaalllp!!!!! activex control won't show up in website

  1. #1
    Guest

    Unhappy

    hey everybody. i'm a newbie in programming, specially when it comes to activex controls. so i designed one with vb, and registered it already. i stuck it in an html page and it shows up fine on my pc.

    the problem is, it won't show up in other people's pc's. can anybody please, please, PLEASE help me?

    i will truly be grateful.

  2. #2
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    Can you post your code? (Not the to the control but to the asp page).

    There are many reasons why an activeX control won't show up. The most likely culprit is that your control is not signed and the eu has 'Download unsigned ActiveX controls' set to disabled in IE's security settings. But, it could be any number of other reasons which seeing the code would probably help to pinpoint.

    oOOo--oOOo
    __/\/\onte96
    oOOo--oOOo
    Senior Programmer/Analyst
    MCP
    [email protected]
    [email protected]


    Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..

  3. #3
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    It's because they need a copy of the control. Use the Application Setup Wizard or the P&D Wizard to create an HTML page and the requisite .cab file.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  4. #4
    Guest
    Originally posted by parksie
    It's because they need a copy of the control. Use the Application Setup Wizard or the P&D Wizard to create an HTML page and the requisite .cab file.
    i did deploy a .cab file and the html page. but when you unzip it, where should they save all the extracted .dll's? and in what directory should their copy of the .ocx be in?

  5. #5
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    You have to use the <Object> tag on the HTML page and you have to have created a cab. The OBJECT tag will need to reference the cab file which is downloaded by IE and registered automatically. If you zip this file, there is no way that IE will be able to do anything with it. Except maybe display a download dialog and offer to save it to disk.
    oOOo--oOOo
    __/\/\onte96
    oOOo--oOOo
    Senior Programmer/Analyst
    MCP
    [email protected]
    [email protected]


    Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..

  6. #6
    Fanatic Member
    Join Date
    Jan 2000
    Location
    Mobile, AL, USA
    Posts
    600

    Exclamation Here's what M$ says about it.

    Billyboy, to see what M$ says about the topic, click here.

    All the best.

  7. #7
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    I forgot to mention that we basically fixed this in a chat session yesterday .
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  8. #8
    Fanatic Member
    Join Date
    Jan 2000
    Location
    Mobile, AL, USA
    Posts
    600

    Thumbs up Better late than never,

    Parksie!

    All the best.

  9. #9
    Guest

    Talking

    i shoulda told everybody that parksie and i already resolved it via chat. thanks everybody for your help. hope i can return the favor some time!

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