Private Declare Function SetWindowPos Lib "user32" _ ... Call SetWindowPos(Me.hwnd, HWND_TOPMOST, 0, 0, 0, 0, FLAG) '設定成TopMost的Window
確定! 回上一頁