|
About List View Controls
You can create a list view control by calling the CreateWindowEx function, specifying the WC_LISTVIEW window class. This window class is
registered when the common controls dynamic-link library (DLL) is loaded. To ensure
that this DLL is loaded, use the InitCommonControls function.
An application sends messages to a list view control to add, remove, arrange,
and otherwise manipulate items. Each message has a macro that you can use
instead of sending the message explicitly.
Like most common controls, a list view control sends notification messages to
its parent window in the form of WM_NOTIFY messages. For more information about common controls, see Common Controls.
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
|