Private Declare PtrSafe Function GetSystemMetrics Lib "user32" (ByVal Index As Long) As Long Private Const SM_CXSCREEN As Long = 0 Private ...
確定! 回上一頁