Search found 9 matches
- 12 May 2020, 20:25
- Forum: Scripts and Functions
- Topic: AddClearBtnToEdit - Add 'clear text' btn over an edit ctrl
- Replies: 11
- Views: 3317
Re: AddClearBtnToEdit - Add 'clear text' btn over an edit ctrl
@lx930129, you could try changing line 69 to this: static BtnInit := AddClearBtnToEdit.Init() You don't have to use BtnInit, just don't use Init. :D Regards, burque505 Great, it dose solve the problem! Thank you burque505!But I still don't know why this happened cause I think there is not duplicate...
- 12 May 2020, 09:25
- Forum: Scripts and Functions
- Topic: AddClearBtnToEdit - Add 'clear text' btn over an edit ctrl
- Replies: 11
- Views: 3317
Re: AddClearBtnToEdit - Add 'clear text' btn over an edit ctrl
Code: Select all
Error at line 71 in #include file "C:\Users\11483\Desktop\AddClearBtnToEdit\AddClearBtnToEdit.ahk".
Line Text: Init
Error: Duplicate declaration.
The program will exit.

安装的ahk版本和系统为:
AutoHotkey v1.1.32.00 和win10 x64
- 25 Sep 2019, 08:52
- Forum: Scripts and Functions
- Topic: CreateFormData - Create "multipart/form-data" for http post (Updated:2019-01-13)
- Replies: 26
- Views: 15866
Re: CreateFormData - Create "multipart/form-data" for http post (Updated:2019-01-13)
hi,i want to know how to check the website form parameters? I just can not find it.
- 21 Mar 2019, 20:44
- Forum: Forum Issues
- Topic: Where is the Chinese Forum ?
- Replies: 69
- Views: 20961
- 21 Mar 2019, 01:43
- Forum: Forum Issues
- Topic: Where is the Chinese Forum ?
- Replies: 69
- Views: 20961
Re: Where is the Chinese Forum ?
I think making Chinese forum reading only is much better than hidden all contents before finding a reliable moderator. You know there are still a lot of people using or learning ahk by Chinese forum. It is unfair to them just because of the moderator Vacancy. If the Administrator worry about the con...
Re: 正则表达式快速入门
楼主写的很全面,喜欢。
- 05 Nov 2018, 21:42
- Forum: 脚本函数
- Topic: 自动增量备份Excel表内容 v1.2
- Replies: 2
- Views: 4007
Re: 自动增量备份Excel表内容 v1.2
dropbox国内使用不是太友好吧,有些场合也无法联网
Re: 屏幕键盘 v1.5
FeiYue大神的作品总是很有意思,屏幕键盘美观大方,还可以跟实体键盘一样触发热键。
Re: WMI 脚本第一阶
感谢楼主辛苦编写WMI教程,很有收获!