|
-
Jul 16th, 2002, 11:39 AM
#1
Thread Starter
Frenzied Member
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.
-
Sep 18th, 2003, 10:13 AM
#2
New Member
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...
-
Oct 5th, 2003, 01:11 PM
#3
Hyperactive Member
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
-
Oct 9th, 2003, 02:08 AM
#4
Fanatic Member
Last edited by shahid; Oct 27th, 2003 at 12:18 AM.
-
Oct 9th, 2003, 05:47 AM
#5
It's even more amusing that someone else has this question now.
-
Oct 9th, 2003, 07:02 AM
#6
Hyperactive Member
yeap lol 
... 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
-
Sep 23rd, 2004, 08:18 AM
#7
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.
-
Sep 27th, 2004, 12:47 AM
#8
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
-
Sep 28th, 2004, 10:43 AM
#9
Thread Starter
Frenzied Member
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.
-
Sep 28th, 2004, 10:45 AM
#10
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!
-
Sep 28th, 2004, 12:16 PM
#11
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!
-
Sep 29th, 2004, 12:54 AM
#12
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.
-
Sep 29th, 2004, 07:20 AM
#13
Originally posted by mendhak
Just forget I ever said that.
Said what?
-
Sep 29th, 2004, 07:25 AM
#14
-
Sep 29th, 2004, 08:16 AM
#15
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?
-
Sep 30th, 2004, 10:53 AM
#16
Hyperactive Member
...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.
-
Oct 1st, 2004, 04:02 AM
#17
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|