Declare Function SendMessage Lib "user32" Alias "SendMessageA" _ (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Integer, _ ByVal lParam As Long) As Long Declare Function FindWindow Lib "user32" Alias _ "FindWin
https://blog.csdn.net/u012372584/article/details/53735242 版权声明:本文为博主原创文章,未经博主允许不得转载. https://blog.csdn.net/u012372584/article/details/53735242 借鉴内容来自VC++驿站:VC驿站 ①.使用 GetWindow 进行窗口枚举: This function retrieves the handle to a window that has the specif