C# 使用FindWindow和FindWindowEx查找窗体和控件

方法一: 函数: // Find Window // 查找窗体 // @para1: 窗体的类名 例如对话框类是"#32770" // @para2: 窗体的标题 例如打开记事本 标题是"无标题 - 记事本" 注意 - 号两侧的空格 // return: 窗体的句柄 [DllImport("User
posted @ 2022-09-01 11:27  fulllove  阅读(5097)  评论(0编辑  收藏  举报