Private Declare Function SetWindowLong Lib “user32” Alias ... Call SetWindowLong(Me.hwnd, GWL_EXSTYLE, GetWindowLong(Me.hwnd, GWL_EXSTYLE) Or WS_EX_LAYERED)
確定! 回上一頁