OFFICE/프로그램

윈도우의 설정값을 (스타일, id, 프로시저 등등 ) 가져오는 방법.

gandus 2011. 7. 6. 15:03
LONG lStyle = ::GetWindowLong(hWnd, GWL_STYLE);

::SetWindowLong(hWnd, GWL_STYLE, lStyle);