Article ID: 125682
Article Last Modified on 7/11/2005
LoadImage( hInstance,
MAKEINTRESOURCE(<icon identifier>),
IMAGE_ICON,
16,
16,
0);
The small icon currently associated with the application will be displayed
in the upper-left corner of the application's main window and on the task
bar. Both the large and the small icon association can be changed at
runtime by using the WM_SETICON message.
Keywords: kbhowto kbicon kbresource KB125682