The PSM_GETCURRENTPAGEHWND message retrieves a handle to the window of the current page of a property sheet. You can send the message explicitly or by using the PropSheet_GetCurrentPageHwnd macro.
PSM_GETCURRENTPAGEHWND wParam = 0; lParam = 0;
Returns a handle to the window of the current property sheet page.
Use the PSM_GETCURRENTPAGEHWND message with modeless property sheets to determine when to destroy the dialog box. When the user selects the OK or Cancel button, PSM_GETCURRENTPAGEHWND returns NULL, and you can then use the DestroyWindow function to destroy the dialog box.
DestroyWindow, PropertySheet, PropSheet_GetCurrentPageHwnd
file: /Techref/os/win/api/win32/mess/src/msg14_19.htm, 1KB, , updated: 2000/4/7 11:20, local time: 2024/11/9 08:18,
18.117.105.221: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_19.htm"> PSM_GETCURRENTPAGEHWND</A> |
Did you find what you needed? |