|
-
May 21st, 2001, 03:30 PM
#1
Thread Starter
Addicted Member
ocx in html
Hello,
I made a "list box " ActiveX control, with Additional functionality over those of
the normal ListBox used by VB.
How can use it on HTML file. Do I need webServer to test it for internet?
Thanks,
Belal Marzouk
-
May 22nd, 2001, 06:08 AM
#2
Hyperactive Member
The Acx control you created has an unique ClassID.
Use this in the <object> tag of your HTML page.
Like:
<object classid="classid:thenumberid" codebase="the path of the cab file which you created in internetpackage">
</object>
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
|