The PSM_SETCURSEL message activates the given page in a property sheet. You can send this message explicitly or by using the PropSheet_SetCurSel macro.
PSM_SETCURSEL wParam = (WPARAM) (int) index; lParam = (LPARAM) (HPROPSHEETPAGE) hpage;
Returns TRUE if successful or FALSE otherwise.
The window that is losing the activation receives the PSN_KILLACTIVE notification message, and the window that is gaining the activation receives the PSN_SETACTIVE notification message.
PropSheet_SetCurSel, PSN_KILLACTIVE, PSN_SETACTIVE
file: /Techref/os/win/api/win32/mess/src/msg14_27.htm, 1KB, , updated: 2000/4/7 11:20, local time: 2024/11/8 04:44,
3.135.206.98: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/msg14_27.htm"> PSM_SETCURSEL</A> |
Did you find what you needed? |