bitmap in button
C / C++ / MFC
4
Posts
4
Posters
0
Views
1
Watching
-
Hi, Hope this might help.
http://www.flounder.com/bitmapbutton.htm[^]
http://www.codeguru.com/cpp/controls/buttonctrl/bitmapbuttons/article.php/c5163/[^]
The only programmers that are better than C programmers are those who code in 1's and 0's..... :) :) Programm3r
-
first go to button properties and change the properties at the styles tab to icon. Then create a CButton variable for the IDC_BUTTON name and then just use seticon()
-
See
CButton::SetBitmap
on MSDN it has an example.
WhiteSky