변화 썸네일형 리스트형 MFC, CDialog 창 크기 변화에 따라 내부 control 크기 자동 변경, sample source 퍼왔읍니다. // This OnSize function resizes one large control in a dialog. // The one control grows horizontally and vertically to fill the dialog. It's position remains unchanged.// Other controls (buttons etc) would typically be above the one resizable control.// How to add OnSize:// [1] add to .h: afx_msg void OnSize(UINT nType, int cW, int cH);// [2] add to message map in .cpp.. 더보기 이전 1 다음