Search found 14 matches
- 06 Jul 2018, 06:07
- Forum: 相关工具
- Topic: 驱动级的键鼠模拟,理论上可以在任何游戏中使用
- Replies: 4
- Views: 25793
Re: 驱动级的键鼠模拟,理论上可以在任何游戏中使用
没有winio实例,不会用
- 06 Jul 2018, 03:43
- Forum: 请求帮助
- Topic: 有用autohotkey调用winio64的实例吗?
- Replies: 0
- Views: 1356
有用autohotkey调用winio64的实例吗?
有用autohotkey调用winio64的实例吗?
我在网上只搜了这么一句“hModule := DllCall("LoadLibrary", "str", "WinIo64")”,其它就没搜到了,其它语言的很多,但不会修改,求帮忙
我在网上只搜了这么一句“hModule := DllCall("LoadLibrary", "str", "WinIo64")”,其它就没搜到了,其它语言的很多,但不会修改,求帮忙
- 06 Jul 2018, 03:35
- Forum: Ask For Help
- Topic: How to use WinIo64
- Replies: 0
- Views: 502
How to use WinIo64
I need to learn how to use winio64.dll, Basically I want to simulate key board strikes in autohotkey, I heard that winio64.dll had some native methods that can do this kind of job. I searched a lot & unable to find a tutorial on how to use Winio64.dll. Thank in advance. hModule := DllCall("LoadLibra...
- 20 Dec 2016, 20:48
- Forum: 请求帮助
- Topic: 【已解决】如何获取中文首字母(AHK Unicode) Topic is solved
- Replies: 12
- Views: 17825
Re: 【已解决】如何获取中文首字母(AHK Unicode) Topic is solved
太感谢了!
没想到的是还这么快,再次谢谢!
没想到的是还这么快,再次谢谢!
- 20 Dec 2016, 08:59
- Forum: 请求帮助
- Topic: 【已解决】如何获取中文首字母(AHK Unicode) Topic is solved
- Replies: 12
- Views: 17825
Re: 【已解决】如何获取中文首字母(AHK Unicode) Topic is solved
以字母开始的话,如:“Unicode 中运行” 这个它就不会转为首字母,麻烦修正下
- 08 May 2015, 23:57
- Forum: 请求帮助
- Topic: 如何在某文本文档(共60行)里的第5行的下一行追加新的文本
- Replies: 3
- Views: 2043
Re: 如何在某文本文档(共60行)里的第5行的下一行追加新的文本
谢谢 tmplinshi
- 01 May 2015, 04:01
- Forum: 请求帮助
- Topic: 如何在某文本文档(共60行)里的第5行的下一行追加新的文本
- Replies: 3
- Views: 2043
如何在某文本文档(共60行)里的第5行的下一行追加新的文本
如题 : 我要在某文本文档中间追加新的文本。
谢谢···········!
谢谢···········!
- 27 Apr 2015, 10:07
- Forum: 其他
- Topic: 我是一个AHK的初学者,来写一下最近学习的心得
- Replies: 5
- Views: 12877
Re: 我是一个AHK的初学者,来写一下最近学习的心得
很开心看到新人到来,想起近十年前,我也是新人一个。 露马脚了 呵呵
- 27 Apr 2015, 08:56
- Forum: 教程资料
- Topic: 使用 ADO 操作 Excel 文档
- Replies: 3
- Views: 15751
Re: 使用 ADO 操作 Excel 文档
尽管不是很清楚 ,还是很谢谢
- 27 Apr 2015, 07:46
- Forum: 脚本函数
- Topic: [Lib] GetColor() - 取色及范围取色
- Replies: 6
- Views: 7473
Re: [Lib] GetColor() - 取色及范围取色
这个很不错 借用了 呵呵
- 09 Apr 2015, 20:46
- Forum: Ask For Help
- Topic: Interrupted by questions about image search, please help me
- Replies: 3
- Views: 1215
Re: Interrupted by questions about image search, please help
Thank you very much
- 09 Apr 2015, 10:53
- Forum: Ask For Help
- Topic: Interrupted by questions about image search, please help me
- Replies: 3
- Views: 1215
Re: Interrupted by questions about image search, please help
Cause: Search 1.bmp takes 1.5 seconds
What is the solution?
What is the solution?
- 09 Apr 2015, 09:20
- Forum: Ask For Help
- Topic: Interrupted by questions about image search, please help me
- Replies: 3
- Views: 1215
Interrupted by questions about image search, please help me
Interrupted by questions about image search, please help me see the code, thanks My script is two cycles, if the first picture can not find the words, I can use the left mouse button to suspend the same token, the second picture can not find it, use the left mouse button can also be suspended. My pr...
- 09 Apr 2015, 07:16
- Forum: 请求帮助
- Topic: 关于打断图像搜索的问题,请大侠帮我看下代码
- Replies: 0
- Views: 1344
关于打断图像搜索的问题,请大侠帮我看下代码
我的脚本是两个循环,如果第一张图片没有找到的话,我可以用鼠标左键中止,同理,第二张图片不存在的话,同样可以用鼠标左键中止。 我脚本运行存在的问题是:文件夹里如果是两张找不到的图片的话,要用鼠标左键打断的话,要压住鼠标左键一个时间才有效,如果文件夹里只有一张图片或没有,那鼠标左键只要点击一下就行,不知道是什么原因导致这个情况(鼠标严重延时)?要怎么解决 脚本附下: F1:: loop { ImageSearch, FoundX, FoundY, 0, 0, A_ScreenWidth, A_ScreenHeight, C:\Users\wang\Desktop\itt\1.bmp If Erro...