본문 바로가기

Windows/MFC

SetWindowPos 윈도우 크기 변경

GetWindowRect(rectSheet);
rectSheet.right += nTreeWidth;
SetWindowPos(NULL, -1, -1, rectSheet.Width(), rectSheet.Height(), SWP_NOZORDER|SWP_NOMOVE);

'Windows > MFC' 카테고리의 다른 글

Custom Window 생성 Create  (0) 2013.10.02
XP Theme 관련  (0) 2013.10.02
CFormView 에 배경색을 변경  (0) 2013.10.02
CMenu 메뉴 삭제  (0) 2013.10.02
CFormView 에서 Scrollbar 막기, 없애기 스크롤바  (0) 2013.10.02