CurrentStyle = GetWindowLongW(ahnd, GWL_STYLE); CurrentStyle = CurrentStyle &(~WS_SYSMENU); X = SetWindowLongW(ahnd, GWL_STYLE, ...
確定! 回上一頁