摘要: Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long 这个函数有两个参数,第一个是要找的窗口的类 阅读全文
posted @ 2021-05-24 10:47 小小bear3 阅读(1053) 评论(0) 推荐(0)