|
-
Sep 18th, 2000, 12:50 PM
#1
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.
-
Sep 18th, 2000, 01:01 PM
#2
Frenzied Member
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..
-
Sep 18th, 2000, 01:02 PM
#3
Monday Morning Lunatic
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
-
Sep 18th, 2000, 01:13 PM
#4
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?
-
Sep 18th, 2000, 04:11 PM
#5
Frenzied Member
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..
-
Sep 19th, 2000, 04:38 PM
#6
Fanatic Member
Here's what M$ says about it.
Billyboy, to see what M$ says about the topic, click here.
All the best.
-
Sep 19th, 2000, 04:42 PM
#7
Monday Morning Lunatic
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
-
Sep 19th, 2000, 04:45 PM
#8
Fanatic Member
Better late than never,
-
Sep 19th, 2000, 04:52 PM
#9
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|