Hi,
I have created a paint ActiveX control. I would like to add this ActiveX control to my web page but I'm having some difficulty. Could somebody please tell me how to add an ActiveX control to a web page.
Thanks
Printable View
Hi,
I have created a paint ActiveX control. I would like to add this ActiveX control to my web page but I'm having some difficulty. Could somebody please tell me how to add an ActiveX control to a web page.
Thanks
you need to compile the activeX code so it is registered on your machine.
Then if you are using VB6, you can open a new DHTML Project. Right click the component toolbar add your OCX and use that to build your webpage.