An application sends the WM_SETICON message to associate a new large or small icon with a window. Windows displays the large icon in the Alt+Tab dialog, and the small icon in the window caption.
WM_SETICON wParam = (WPARAM) fType; // icon type lParam = (LPARAM) (HICON) hicon; // handle of icon
Value |
Meaning |
ICON_BIG |
Set the large icon for the window. |
ICON_SMALL |
Set the small icon for the window. |
The return value is the handle of the previous large or small icon, depending on the value of fType. It is NULL if the window previously had no icon of the type indicated by fType.
The DefWindowProc function returns the handle of the previous large or small icon associated with the window, depending on the value of fType.
file: /Techref/os/win/api/win32/mess/src/msg27_25.htm, 2KB, , updated: 2000/4/7 12:20, local time: 2025/3/18 20:27,
18.221.192.226:LOG IN
|
©2025 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/techref/os/win/api/win32/mess/src/msg27_25.htm"> WM_SETICON</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Ashley Roll has put together a really nice little unit here. Leave off the MAX232 and keep these handy for the few times you need true RS232! |
.