|
About Image Lists
The Microsoft® Win32® application programming interface (API) provides image list functions, which
enable you to draw images, create and destroy image lists, add and remove
images, replace images, merge images, and drag images.
To use the image list functions, you must include the common control header
file in your source code files and link with the common control export library.
In addition, before calling any image list function, you must use the InitCommonControls function to ensure that the common control dynamic-link library (DLL) is
loaded.
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
TMS Scripter Studio Pro components for Delphi/C++Builder
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
|