style |= WS_EX_TOOLWINDOW; // flags don't work - windows remains in taskbar style &= ~(WS_EX_APPWINDOW); SetWindowLong(hWnd, GWL_STYLE ...
確定! 回上一頁