|
-
Sep 27th, 2000, 06:59 AM
#1
Thread Starter
Member
How can I import an OCX to html file.
it is for my own ocx for my own use.
Thanx
-
Sep 27th, 2000, 07:38 AM
#2
Frenzied Member
You want to use an ocx you wrote in an HTML file, like for a web or intranet page?
-
Sep 28th, 2000, 03:27 AM
#3
Thread Starter
Member
ocx & html
I want to use it for intranet.
-
Sep 29th, 2000, 07:22 AM
#4
Frenzied Member
Hang on a while, I'll check it out for using an OCX in an html file...
-
Sep 29th, 2000, 11:25 AM
#5
Frenzied Member
First you need to know the CLSID of the OCX. This can be found in the registry.
Next, take your HTML and paste this:
<object id="control" classid="clsid:C932BA85-4374-101B-A56C-00AA003668DC" width="100"
height="50">
[activex control here (masked edit box)]</object>
the CLSID in this code is for the masked edit box (on my machine) just replace it with the CLSID of the OCX you want to insert and poof! it works.
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
|