How To Set the Title Bar Icon in a Dialog Box (179582)
The information in this article applies to:
- Microsoft Platform Software Development Kit (SDK) 1.0
This article was previously published under Q179582 SUMMARY
You can enable your application to display an icon in the title bar of a
dialog box by adding the WS_SYSMENU and WS_CAPTION styles to the dialog box
template and sending the WM_SETICON message from within the dialog box
procedure in response to the WM_INITDIALOG message.
Modification Type: | Minor | Last Reviewed: | 7/11/2005 |
---|
Keywords: | kbDlg kbhowto kbIcon kbResource KB179582 |
---|
|