I'm new to MFC, How can I customize buttons in such a way that
- It should be painted in background.
- Should be able to place a image on painted area and
- Should add text on painted area.
After browsing the internet I got to know that we need to override DrawItem method once the button is created with BS_OWNERDRAW style, How can i override DrawItem Method?
( MFC application using SDI,)