The EN_HSCROLL notification message is sent when the user clicks an edit control’s horizontal scroll bar. The parent window of the edit control receives this notification message through the WM_COMMAND message. The parent window is notified before the screen is updated.
EN_HSCROLL idEditCtrl = (int) LOWORD(wParam); // identifier of edit control hwndEditCtrl = (HWND) lParam; // handle of edit control
See also:
| file: /Techref/os/win/api/win32/mess/src/msg07_2.htm, 1KB, , updated: 2000/4/7 12:20, local time: 2012/5/24 19:03,
38.107.179.231:LOG IN |
| ©2012 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://www.piclist.com/tecHREF/os/win/api/win32/mess/src/msg07_2.htm"> EN_HSCROLL</A> |
| Did you find what you needed? |
|
|
SX MASTERS: Eric Smith and Richard Ottosen's SERVID is an intellegent RS232 video terminal (4x20 character display) in one chip. See the write up here.. |
.