Programming/Language
MFC :: 이미지 버튼
appHunter
2010. 6. 28. 12:29
http://aring.egloos.com/2088803
CImage m_ctrlBtn;
CImage -> CBitmapImage 로 변경
// Load the bitmaps for this button.
myButton.LoadBitmaps(IDB_UP, IDB_DOWN, IDB_FOCUS, IDB_DISABLE);
// Resize the button to be the size of the bitmaps.
myButton.SizeToContent();