IE controls

  • Thread starter Thread starter mag1
  • Start date Start date
M

mag1

We have a large IE application that uses several controls
from IE 4/5. Would like to replace this functionality with
something that is compatible with IE 6.0

The controls in question are:
Timer Control
59CCB4A0-727D-11CF-AC36-00AA00A47DD2

Pop up Menu
clsid:7823A620-9DD9-11CF-A662-00AA00C066D2

Calendar Control
clsid:8E27C92B-1264-101C-8A2F-040224009C02

Tabstrip
clsid:EAE50EB0-4A62-11CE-BED6-00AA00611080
 
I have difficulties in remembering file names, now how I'm I going to know
the name of the CLSID.
Please, be explicit in what your are trying to do and change.
 
These are the controls and associated files:

Label control (ielabel.ocx)
Popup Menu control (iemenu.ocx)
Timer control (ietimer.ocx)
and Marquee control (marquee.ocx).

How do we simulate the functionality provided by these
controls in newer versions of IE? It is my understanding
these ActiveX controls were no longer included with the
browser as of IE5.

Thanks
 
These are the controls and associated files:

Label control (ielabel.ocx)
Popup Menu control (iemenu.ocx)
Timer control (ietimer.ocx)
and Marquee control (marquee.ocx).

How do we simulate the functionality provided by these
controls in newer versions of IE?

This article documents alternatives for each of those except
the Label Control.

<title>KB190045 - INFO: ActiveX Controls That Are Removed from Internet Explorer 5</title>

According to an MSDN article titled Extras (in section "Windows 2000
Group Policy" of W2K RK) there is this:

<quote>
Internet Explorer Label Control - displays text at an angle or along a curve
</quote>

If that is the same thing my guess would be you could substitute a
Vector graphics equivalent.


HTH

Robert Aldwinckle
---
 
Back
Top