I am using Microsoft Office 2003. Working with Word VBA
Looking at the references used by one of my Word Addins I notice that
it has a reference to the two OCX files below. They appear to be
different versions of the same general libraries. Does anyone know if
they are the same lib and which is the later one?
(Item 1)
Name: MSComctlLib
Description: Microsoft Windows Common Controls 6.0 (SP6)
FileName: MSCOMCTL.OCX
(Item 2)
Name: MSComCtl2
Description: Microsoft Windows Common Controls-2 6.0 (SP4)
FileName: mscomct2.ocx
Cheers
TonyS.
No, they're Two different OCX'en, containing very different controls
They are like Vol 1. and Vol 2.
>
> (Item 1)
> Name: MSComctlLib
> Description: Microsoft Windows Common Controls 6.0 (SP6)
> FileName: MSCOMCTL.OCX
Contains:
TabStrip, Toolbar, Statusbar, Progressbar, Treeview, Listview
ImageList, Slider & ImageCombo.
> (Item 2)
> Name: MSComCtl2
> Description: Microsoft Windows Common Controls-2 6.0 (SP4)
> FileName: mscomct2.ocx
Contains:
Animation, DTPicker UpDown & Flatscrollbar
--
Dag.
It doesn't look like they are the cause of my problem anyway.
I will post separately on that.
Cheers
TonyS.