Click here to Skip to main content
15,910,234 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am designing an small MFC application with two property pages attached to a propertySheet. By default the propertySheet has buttons such as NEXT, BACK, FINISH, HELP, CANCEL. What I want to do is adding images to these buttons, does anybody know how it could be done?

Thank you.
Posted
Updated 27-May-10 23:00pm
v2

You have to go for CBitmapButton.
Search code project. There are lots of examples.
 
Share this answer
 
What have you tried ? My guess is, nothing. If you search code project articles there are tons of examples of owner drawn buttons with bitmaps on them.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900