|
Icon Duplication
The CopyIcon function copies an icon handle. This enables an application or DLL to get its
own handle for an icon owned by another module. Then, if the other module is
freed, the application that copied the icon will still be able to use the icon.
The CopyImage function creates a new icon based on the specified source icon. The new icon
can be larger or smaller than the source icon.
For information about adding, removing, or replacing icon resources in
executable (.EXE) files, see Resources.
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
|