Hi, how do I go about embedding an OCX into a html File.
thanks in advance
MICK
Printable View
Hi, how do I go about embedding an OCX into a html File.
thanks in advance
MICK
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:
to find the clsid, open regedit and search for project1.ocx and copy the class id name when it is foundCode:<object id="project1"
classid="clsid:DF6EC058-4861-11D5-8214-0060B06B95DB"
width="150" height="100"
CODEBASE="project1.cab">
</object>
i dont seem to have the Application Setup Wizard called "Create Internet Download Setup". what can i do?
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.
oh yeh, i have seen that internet setup thing somewhere, i'll hunt it down and fugure it out, thanx :);)
no problem ;)
hehe, found it. t was where u said the second time, thanx :)