... changedstyle; oldstyle=SetWindowLongW(hWnd, GWL_STYLE, changedstyle=GetWindowLongW(hWnd, GWL_STYLE) | NewStyle); UpdateWindowStyles(); // oldstyle ...
確定! 回上一頁