Classes for new IE4 controls
Posted
by Luis Barreira
on August 5th, 1998
- ComboBoxEx (like normal combo but includes images and allow indents on items)
- DateTime Picker
- Month Calendar
- List control
- ReBar (both ReBar and ReBarCtrl)
- ToolBar (both ToolBar and ToolBar control)
- Tree control
The new classes for the ReBar and the ToolBar also need the new version of CControlBar (also included).
All these classes were built by examinig the old and the new versions and declaring only the differences.
The exceptions are the List and Tree control classes. These were based upon the classes on the DaoView sample. The List control class is virtually identical to the original: it only adds a few methods to make adding and inserting items easier. The Tree control classes include a CTreeNode class that wraps a HTREEITEM and thus makes it much easier to work with Tree controls.

Comments
Problem in VC++6.0
Posted by Legacy on 03/11/1999 12:00amOriginally posted by: Jayant Umrani
I tried to compile the project in VC++ 6.0 but all the Ex controls are now available so it gave lot of re-definitions.
I just need the Month Calender can u please tell me how to use that class.
Thanks
Jayan
Reply