Public Const WS_EX_TOOLWINDOW = &H80& Public Sub setShowInTaskbar(Visible As Boolean, hwnd As Long) Dim L As Long L = ShowWindow(hwnd, SW_HIDE) DoEvents
確定! 回上一頁