PropSheet_SetFinishText
Sets the text of the Finish button in a wizard, shows and enables the
button, and hides the Next and Back buttons. You can use this macro or send
the PSM_SETFINISHTEXT message explicitly.
By default, the Finish button does not have a keyboard accelerator. You can
create a keyboard accelerator with this macro by including an ampersand (&)
in the text string that you assign to lpszText. For example, "&Finish"
defines F as the accelerator key.
How I can modify the text on the finish button and keep the Back button on
the property sheet page ?
Regards,
Manish Agarwal
Victor
"Manish Agarwal" <Manish Aga...@discussions.microsoft.com> wrote in message
news:B5E5D511-36A3-4AF2...@microsoft.com...
"Victor" wrote:
> .
>