Regarding buttons on propertypages
-
Hi, Can you please suggest me a way to find out the ID of Back,Finish and Next buttons on the property pages OR to find out the CWnd pointers of those button controls?
With Regards Neeraj Sinha
-
Hi, Can you please suggest me a way to find out the ID of Back,Finish and Next buttons on the property pages OR to find out the CWnd pointers of those button controls?
With Regards Neeraj Sinha
Neeraj Sinha wrote:
ID of Back,Finish and Next buttons on the property pag
Back Button : ID_WIZBACK Next Button : ID_WIZNEXT Finish Button : ID_WIZFINISH then you can use GetDlgItem() to do whatever you want. I hope this helps
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
Neeraj Sinha wrote:
ID of Back,Finish and Next buttons on the property pag
Back Button : ID_WIZBACK Next Button : ID_WIZNEXT Finish Button : ID_WIZFINISH then you can use GetDlgItem() to do whatever you want. I hope this helps
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
Hi, Thnaks a lot.I got my problem solved.
With Regards Neeraj Sinha
-
Hi, Can you please suggest me a way to find out the ID of Back,Finish and Next buttons on the property pages OR to find out the CWnd pointers of those button controls?
With Regards Neeraj Sinha
Neeraj Sinha wrote:
Can you please suggest me a way to find out the ID of Back,Finish and Next buttons on the property pages...
How about Spy++?
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne