The PSM_SETWIZBUTTONS message enables or disables the Back, Next, and Finish buttons in a wizard property sheet. You can send or post this message explicitly to a wizard property sheet, or you can use the PropSheet_SetWizButtons macro to post the message.
PSM_SETWIZBUTTONS wParam = 0; lParam = (LPARAM) (DWORD) dwFlags;
Value |
Meaning |
PSWIZB_BACK |
Enables the Back button. |
PSWIZB_NEXT |
Enables the Next button. |
PSWIZB_FINISH |
Displays an enabled Finish button in place of the Next button. |
PSWIZB_DISABLEDFINISH |
Displays a disabled Finish button in place of the Next button. |
No return value.
If you send the PSM_SETWIZBUTTONS message during your handling of the PSN_SETACTIVE notification message, use the PostMessage function rather than the SendMessage function. Otherwise, the system will not update the buttons properly. At any other time, you can use SendMessage to send PSM_SETWIZBUTTONS.
PostMessage, PropSheet_SetWizButtons, SendMessage
file: /Techref/os/win/api/win32/mess/src/msg15_2.htm, 2KB, , updated: 2000/4/7 11:20, local time: 2024/11/7 19:28,
3.22.68.141: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://ecomorder.com/techref/os/win/api/win32/mess/src/msg15_2.htm"> PSM_SETWIZBUTTONS</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to ecomorder.com! |
.