|
-
May 11th, 2001, 02:44 AM
#1
Thread Starter
Member
Embedding an OCX file into a html page
Hi, how do I go about embedding an OCX into a html File.
thanks in advance
MICK
-
May 14th, 2001, 07:33 AM
#2
Frenzied Member
Compile your user control
Using the Application Setup Wizard do a "Create Internet Download Setup"
When it is finshed you should have a .CAB file which you can place in the same dir as your web page
INclude you control like this...
project1.htm:
Code:
<object id="project1"
classid="clsid:DF6EC058-4861-11D5-8214-0060B06B95DB"
width="150" height="100"
CODEBASE="project1.cab">
</object>
to find the clsid, open regedit and search for project1.ocx and copy the class id name when it is found
-
May 18th, 2001, 10:18 PM
#3
Fanatic Member
how?
i dont seem to have the Application Setup Wizard called "Create Internet Download Setup". what can i do?
-
May 18th, 2001, 10:21 PM
#4
if I'm not mistaken it is in your package and develope wizard. one of the screens where it asks you if you want a cab or internet setup. I maybe wrong though.
-
May 18th, 2001, 10:28 PM
#5
-
May 18th, 2001, 10:29 PM
#6
no problem
-
May 19th, 2001, 01:19 AM
#7
Fanatic Member
hehe, found it. t was where u said the second time, thanx
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
|