[CView]
CMainFrame *pMain=(CMainFrame*)AfxGetMainWnd(); // MainFrame에 대한 포인터 얻기
pMain->SetWindowPos(NULL,0,0,100,100,SWP_SHOWWINDOW);
[FormView]
CRect Rect;
GetWindowRect(&Rect);
SetWindowPos(NULL,0,0,Rect.Width(),Rect.Height(),SWP_NOMOVE|SWP_NOZORDER);
GetParentFrame()->GetWindowRect(&Rect);
GetParentFrame()->SetWindowPos(NULL,0,0,Rect.Width(),Rect.Height()+45,SWP_NOMOVE|SWP_NOZORDER);
'Windows Prog' 카테고리의 다른 글
툴바 없애기 (0) | 2012.01.01 |
---|---|
프린트(버튼클릭시) (0) | 2012.01.01 |
[MFC] 두개의 테이블을 데이터 베이스에 연결하기 (0) | 2011.12.28 |
으아 =_= (0) | 2011.12.28 |
- (0) | 2011.12.24 |