1 2 3 4 5 6 7 | private const uintLB_FINDSTRING = 0x18F;//查询项目在listbox中 private const uint LB_ADDSTRING = 0x180;//增加字符串在listbox中private const uint LB_SETCURSEL = 0x186; //用于多选ListBox private const uint LB_SETTOPINDEX = 0x197;//改变序号在ListBox private const uint CB_FINDSTRING = 0x014C;//搜索字符串在下拉菜单中 private const uint CB_SETCURSEL = 0x014E;//设置下拉菜单的选中项 private const uint CB_SHOWDROPDOWN = 0x014F;//展开下拉菜单 private const uint BM_CLICK = 0x00F5;//按钮点击 |
1 2 3 4 | 关键字 方法所在的DLL 方法名称 [DllImport("user32.dll",EntryPoint = "FindWindow")] 权限修饰符 静态标志 修饰符 返回值类型 方法名(与调用方法相同) private static extern IntPtrFindWindow(string IpClassName, string IpWindowName); |
我是MT 发表于 2014-11-4 04:32
对于自绘的QQ窗体而言,这个就不行了吧。貌似要用大漠。
ro4ters 发表于 2014-11-4 09:48
通过鼠标也是可以的,但是在C#中还有一种自动化测试的方案.那个可以搞定QQ这种.
欢迎光临 苏飞论坛 (http://www.sufeinet.com/) | Powered by Discuz! X3.4 |