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();
저작자표시 비영리 동일조건 (새창열림)