Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I need to create buttons with different shapes like ellipse, triangle. Is it possible to create buttons with different shapes in C++ on MFC dialog using visual studio 2012.

What I have tried:

I need to create buttons with different shapes like ellipse, triangle. Is it possible to create buttons with different shapes in C++ on MFC dialog using visual studio 2012. Any help is appreciated.
Posted
Updated 14-Feb-16 22:51pm

Yes it is possible, but you need to do all the work of drawing the button yourself. See owner draw button - Google Search[^].
 
Share this answer
 
 
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