|
|
Cool Tab controls
It's a Tab control framework, adding support for the things Microsoft left out of the original common control: Custom draw support, insert- and delete-item notifications, position displacement and other fine features like that.
The control is actually a completely custom Control, which
in its paint event sends out How to use itChoose one of the sample Tab controls supplied:
Add it as a member variable to your dialog implementation file...
In the OnInitDialog() event handler, add the following line:
Add the following reflection macro to your main message map:
The CoolTab API behaves just like the original tab. There is
almost a 1:1 match between API methods.
It even passes the same Win32 structures as arguments.
This doesn't mean that you can use the ModificationsPascal Binggeli enhanced the XP looking tab control with images and a more perfect XP look. Get it here.Daniel Bowen took up some of the work of Pascal Binggeli and added several new modifications to the tab control. This sample has a number of great enhancements and new controls. It's definitely worth a download. Source Code DependenciesMicrosoft Visual C++ 6.0Microsoft WTL 3.1 Library Useful LinksDaniel Bowen's great WTL sampleDownload Files
Written by Bjarke Viksoe. Article submitted 6/2/2001. To the top
|
|||