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
Printable View
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
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>