mfc비트맵 (1) 썸네일형 리스트형 [MFC] 비트맵 배경을 스크롤하기 비트맵 배경 입힌 후, https://seowoozzang.tistory.com/3 .h // These variables are required for vertical scrolling. static int m_yMinScroll; // minimum vertical scroll value static int m_yCurrentScroll; // current vertical scroll value static int m_yMaxScroll; // maximum vertical scroll value .cpp void CMyClass::OnSize(UINT nType, int cx, int cy) { int xNewSize; int yNewSize; xNewSize = cx; yNewSize = cy;.. 이전 1 다음