Hi All,
I'm new to ActiveX, could somebody tell me if the ocx file I saved and registered on a server can be displayed without actually going to the server, for example with applet you could put this code in a html file
and it will load the class from the site, could an ActiveX ocx work the same way as that, or am I way off ?.
Thanks.
I'm new to ActiveX, could somebody tell me if the ocx file I saved and registered on a server can be displayed without actually going to the server, for example with applet you could put this code in a html file
Code:
<applet codebase=[URL unfurl="true"]http://www.ClockBot.com/[/URL] code=clockbot.Clock width=300 height=30>
and it will load the class from the site, could an ActiveX ocx work the same way as that, or am I way off ?.
Thanks.