| View previous topic :: View next topic |
| Author |
Message |
Ivan P Guest
|
Posted: Sat Jun 24, 2006 9:10 am Post subject: setting bitmap on button |
|
|
Hello!
I have IDC_BUTTON_CONTROL (Button Control) and IDB_BITMAP1 (Bitmap) in
my resource file for my Visual C++ GUI application. I want to connect my
IDB_BITMAP1 with IDC_BUTTON_CONTROL (put bitmap on button). I set
Bitmap=True on Properties for Button Control, but I haven't found where I
can connect bitmap with button. How to do this?
Thanks in advance!
Ivan Petrovic |
|
| Back to top |
|
 |
Ian Collins Guest
|
Posted: Sat Jun 24, 2006 9:10 am Post subject: Re: setting bitmap on button |
|
|
Ivan P wrote:
| Quote: | Hello!
I have IDC_BUTTON_CONTROL (Button Control) and IDB_BITMAP1 (Bitmap) in
my resource file for my Visual C++ GUI application. I want to connect my
IDB_BITMAP1 with IDC_BUTTON_CONTROL (put bitmap on button). I set
Bitmap=True on Properties for Button Control, but I haven't found where I
can connect bitmap with button. How to do this?
What's one of those? Sounds like you want a windows programming group. |
--
Ian Collins. |
|
| Back to top |
|
 |
|