8x8 Icon on Button control
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I am not able to put the icon size 8x8 on to the button, But the 16x16 and 32x32 are comming with the below code.. HICON hBtnIcon = ::LoadIcon(hInstance, MAKEINTRESOURCE(IDI_ICON2)); SendMessage(hWndCtrl, BM_SETIMAGE, (WPARAM) IMAGE_ICON, (LPARAM) (HANDLE) hBtnIcon); ::ShowWindow(hWndCtrl, SW_SHOW); Can I have solution form you? Regards, Murali.