The WM_QUERYDRAGICON message is sent to a minimized (iconic) window. The window is about to be dragged by the user but does not have an icon defined for its class. An application can return the handle of an icon or cursor. The system displays this cursor or icon while the user drags the icon.
WM_QUERYDRAGICON
This message has no parameters.
An application should return the handle of a cursor or icon that Windows is to display while the user drags the icon. The cursor or icon must be compatible with the display driver’s resolution. If the application returns NULL, the system displays the default cursor.
The DefWindowProc function returns the handle of the default cursor.
When the user drags the icon of a window without a class icon, Windows replaces the icon with a default cursor. If the application requires a different cursor to be displayed during dragging, it must return the handle of the cursor or icon compatible with the display driver’s resolution. If an application returns the handle of a color cursor or icon, the system converts the cursor or icon to black and white. The application can call the LoadCursor or LoadIcon function to load a cursor or icon from the resources in its executable (.EXE) file and to retrieve this handle.
DefWindowProc, LoadCursor, LoadIcon
file: /Techref/os/win/api/win32/mess/src/msg27_9.htm, 2KB, , updated: 2000/4/7 11:20, local time: 2024/11/7 03:25,
3.148.106.193:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 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_9.htm"> WM_QUERYDRAGICON</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.