Search found 11 matches

by adrian_9382
08 Sep 2018, 09:34
Forum: Ask for Help (v1)
Topic: how to cap screen position to textbox
Replies: 0
Views: 482

how to cap screen position to textbox

hi all i want to design a tools can provide mouse click function like below picture the button can onscreen get picture pic1.PNG after you can click the picture select position to textbox pic2.PNG everybody can teach me ahk how can cap the screen to picture to get the position?? thanks all :P and th...
by adrian_9382
08 Jun 2018, 08:22
Forum: Ask for Help (v1)
Topic: how to read .txt file and output to excel like vba
Replies: 3
Views: 971

how to read .txt file and output to excel like vba

hi all ! i have a script is read the xls first ---> second read the text and write the text information to excel i know the excel vba can open the text file for input for e.g If InStr(var1, "abc") > 0 Then Cells(I, 6) = Mid$(var1, 11, 6) I = I + 1 End If now i had two problem 1: can't write everythi...
by adrian_9382
27 May 2018, 06:07
Forum: Ask for Help (v1)
Topic: ahk can listen the sound and show the request ?
Replies: 2
Views: 686

ahk can listen the sound and show the request ?

hi all . i have a sound but i don't know how to use ahk to play the sound and show the frequency (like media player ) plz help
did is possible? :?:
by adrian_9382
22 Oct 2017, 05:59
Forum: Ask for Help (v1)
Topic: where can download iWB2 Learner
Replies: 2
Views: 885

where can download iWB2 Learner

https://autohotkey.com/board/topic/8425 ... er2/page-2

the download link already fail who can share me the iwb2? thanks
by adrian_9382
14 Oct 2017, 21:44
Forum: 请求帮助
Topic: 求助 mouseclick 失效 Topic is solved
Replies: 3
Views: 9139

Re: 求助 mouseclick 失效 Topic is solved

xuezhe wrote:这软件不是干坏事用的吧。如果是干坏事就算了。防止骚扰电话。

你想多了 ........... 我是用來測試 ........... BTW 問題解決了 我花了一整天才成功。。。。。
by adrian_9382
13 Oct 2017, 22:22
Forum: 请求帮助
Topic: 求助 mouseclick 失效 Topic is solved
Replies: 3
Views: 9139

求助 mouseclick 失效 Topic is solved

大家好 , 我作了一个 脚本用来 把号码贴上然后到别的程式进行输入 再进行按键 但当我进行运行时 他的点击却失效了 然而 程式没快捷键 去取代点击 我嘗試過click / mouseclick / imagesearch 都不行 我实在想不出任何办法............. 我在别的论坛看过 说因为电脑内的工作程序上出现了问题才导致 可以用wm_command 或 control click 等的 但我实在不懂 可以有人给我一点例子 或教学吗 ...... 以下是我的code 跟要运行的软件 ; Generated by AutoGUI 1.4.9a #NoEnv #SingleInstan...
by adrian_9382
09 Oct 2017, 07:04
Forum: Ask for Help (v1)
Topic: how can make progress bar following the work state?
Replies: 2
Views: 887

Re: how can make progress bar following the work state?

Hi, here is an example, how I show my users that something is going on and that they have to be patient: #SingleInstance force ; start that anywhere in your code StartTime := A_TickCount settimer, showprogress, 1000 ; your program code here sleep, 1000*5 ; to demonstrate the effect return ; that sh...
by adrian_9382
09 Oct 2017, 06:35
Forum: Ask for Help (v1)
Topic: how can make progress bar following the work state?
Replies: 2
Views: 887

how can make progress bar following the work state?

HI everyone ! i have a script to read excel value after to do some action , i hope make a progress bar to show the states make a progress bar i can do that but i don't know how to following the states with progress bar ? can someone help me ! thanks this is my code : FileSelectFile, filepath objExce...
by adrian_9382
03 Oct 2017, 08:26
Forum: Ask for Help (v1)
Topic: use inputbox to open excel file please help Topic is solved
Replies: 2
Views: 786

Re: use inputbox to open excel file please help Topic is solved

omg ! thank you this amazing ! but i have a question . if i use fied path to open xls the msgbox show value is 126 why use fileselectfile show value is 126.000000
how can show interger
by adrian_9382
03 Oct 2017, 08:00
Forum: Ask for Help (v1)
Topic: use inputbox to open excel file please help Topic is solved
Replies: 2
Views: 786

use inputbox to open excel file please help Topic is solved

hi all , i am a beginning student . i design a script to get xls value to search but existing path is fixed , i hope use inputbox to input xls path and always select the excel sheets1 for start page to get value what can i do ................ please help ............ filepath:=A_ScriptDir "\" InputB...

Go to advanced search