How can I set an user defined icon (e.g. 32 x 64) in a buton ?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello It is no problem to set an icon in a button, but I have problems to set a user defined icon. The icon size in a buton is only 32 x 32, but I need a schowable size of 32 x 64 (or bigger). I use this code : CButton m_Button; HICON m_Test; m_Test = AfxGetApp()->LoadIcon(Icon_Test); m_Button.SetIcon(m_Test); Another Question: How can I set an icon and a text in a button ??? thank`s and bye, Sascha