"><다이얼로그 박스 동적으로 키우기> GetWindowRect( &test ); int x,y,cx,cy; x = test.left; y = test.top; cx = (test.right-test.left) + 30; cy = (test.bottom-test.top) + 30; MoveWindow(x,y,cx,cy, TRUE ); 위처럼 하면 다이얼로그 박스가 30 커집니다. <도스&콘솔 프로그램 관련(창안띄우기,StdOut, Wait)> 이 코드는 DOS 프로그램 또는 Win32 ..