Originally posted by: Christoph Platz
Hi and thanks for this tip! But I need a property sheet with only an OK button. So I want to hide the "Help" and "Cancel" buttons too. Is this possible and do you know how to do it?
ReplyOriginally posted by: jean vezina
I want to code the ok button in a property sheet, without
interfering the with apply button
Originally posted by: Fred
The Apply button ID is : ID_APPLY_NOW (actually 0x3021).
See Afxres.h file from Visual C++ include directory :
...
Hello
#define ID_APPLY_NOW 0x3021
#define ID_WIZBACK 0x3023
#define ID_WIZNEXT 0x3024
#define ID_WIZFINISH 0x3025
...
Originally posted by: TEH KOK HOW
Dear experts,
It seems like everbody hates the APPLY button but I am not. I have been trying to find the ID of the APPLY button in order to enable it but I failed to. Please suggest.
Thank you.