2013年7月25日

Excel VBA 使用 Windows API 控制其他窗口的显示状态

摘要: Private Declare Function GetWindowText Lib "user32" Alias "GetWindowTextA" (ByVal hwnd As Long, ByVal lpString As String, ByVal cch As Long) As LongPrivate Declare Function EnumWindows Lib "user32" (ByVal lpEnumFunc As Long, ByVal lParam As Long) As BooleanPrivate Decla 阅读全文

posted @ 2013-07-25 16:31 chillyrains 阅读(1903) 评论(0) 推荐(0)

导航