... int GWL_EXSTYLE = -20; const int WS_EX_TOOLWINDOW = 0x00000080; ... SetWindowLong(Handle, GWL_EXSTYLE, windowStyle | WS_EX_TOOLWINDOW);.
確定! 回上一頁