DWORD dwStyle = GetWindowLong( hWnd, GWL_STYLE )if ( dwStyle & WS_HSCROLL ){ //Horizontal scrollbar is visible}if ( dwStyle & WS_VSCROLL ) { //Vertical scrollbar is visible}<Original Post : http://neodreamer-dev.tistory.com/462
DWORD dwStyle = GetWindowLong( hWnd, GWL_STYLE )if ( dwStyle & WS_HSCROLL ){ //Horizontal scrollbar is visible}if ( dwStyle & WS_VSCROLL ) { //Vertical scrollbar is visible}
No comments :
Post a Comment