The EN_SETFOCUS notification message is sent when an edit control receives the keyboard focus. The parent window of the edit control receives this notification message through the WM_COMMAND message.
EN_SETFOCUS idEditCtrl = (int) LOWORD(wParam); // identifier of edit control wNotifyCode = HIWORD(wParam); // notification code hwndEditCtrl = (HWND) lParam; // handle of edit control
In previous versions of Windows, the notification code was in HIWORD(lParam).
file: /Techref/os/win/api/win32/mess/src/msg07_12.htm, 1KB, , updated: 2000/4/7 11:20, local time: 2024/11/10 11:37,
18.225.117.1: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://linistepper.com/Techref/os/win/api/win32/mess/src/msg07_12.htm"> EN_SETFOCUS</A> |
Did you find what you needed? |