MFC (Windows Mobile). How to create a radio button with custom images and labels for checked and unchecked state?

StackOverflow https://stackoverflow.com/questions/9307887

Question

I tried to create a custom button class and use it. But it works for CBitmapButton class only. Is it possible with subclassing of radio button? My current temporary solution is to extend my custom button class by adding the radio button functionality.

Was it helpful?

Solution

I haven't found a solution so I have created a button which look likes a radio button

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top