Hi,
I know how to use :-) the mfc class CBitmapButton but, is there any way to use it with a check button (puslike)?
or i would need another class
Thanks in advance
Printable View
Hi,
I know how to use :-) the mfc class CBitmapButton but, is there any way to use it with a check button (puslike)?
or i would need another class
Thanks in advance
Hi,
you can use a normal checkbox.
Just open the properties of the checkbox and
change the styles into
- Pushlike and
- Bitmap.
The Bitmap can be set e.g. in your OnInitDialog message handler with SetBitmap(resID).
( you can also do this with a radio button )
Good luck
Gerd
thanks, but your solution shows a bitmap on a button, and what I want is something like the
class CBitmapButton, that lets set the four bitmaps for the button: UP,DOWN,FOCUSED...