|
About Header Controls
You can create a header control by using the CreateWindowEx function, specifying the WC_HEADER window class. This window class is
registered when the common control dynamic-link library (DLL) is loaded. To ensure
that this DLL is loaded, use the InitCommonControls function. After you create a header control, you can divide it into parts,
set the text in each part, and control the appearance of the window by using
header window messages.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|