Re: IE Error whenever I use a registered ActiveX control by mayayana
mayayana
Sun Oct 15 10:14:04 CDT 2006
I assume you mean mscomctl.ocx.
That's a control that I think goes with VB6.
There's also a comctl32.ocx. But both
require a license. They only work in software
written by someone with a license, or on
a system with a license. If you have Visual
Studio installed that might explain why it's
working for you, but it won't work on most
systems.
There are very few free control built into
Windows that will work in IE, and several of
them, like the IEPopupMenu, have been
removed in later Windows versions.
> Hello community,
> I use in a HTML file the mscomctl ActiveX control. From this control I get
> the ClassID (9ED94440-E5E8-101B-B9B5-444553540000) for TabStrip. All works
> well on my development system, but if I want to use it on another system,
the
> IE tells me: Object Tabstrip1.Tabs are not supported. I register the
mscomctl
> with REGSVR32 but it does not work. Is there a trick or any other solution
to
> make work my HTML file on all computers with registered mscomctl?
> Thanks for tips.
> Stefan
>