|
-
September 21st, 1999, 08:13 PM
#1
bitmap check button
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
-
September 23rd, 1999, 08:48 AM
#2
Re: bitmap check button
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
-
September 23rd, 1999, 08:30 PM
#3
Re: bitmap check button
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...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|