Search found 26 matches

by adrian_9832
04 Mar 2023, 09:21
Forum: Ask for Help (v1)
Topic: Which one know Autohotkey debug principle Topic is solved
Replies: 1
Views: 212

Which one know Autohotkey debug principle Topic is solved

Hi all !
Could someone can tell me autohotkey debug principle
It is need know c program? Because I want to try to make a debugger thanks all
by adrian_9832
17 Dec 2022, 08:40
Forum: Scripts and Functions (v1)
Topic: Mouse And Keyboard Macro Recorder
Replies: 147
Views: 230189

Re: Mouse And Keyboard Macro Recorder

good job and thank you !!
by adrian_9832
21 Jul 2022, 07:55
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 133384

Re: Rufaydium WebDriver 1.7.0 (no selenium/websocket)

Can I hide the chrome browser like run in background
by adrian_9832
18 Jun 2022, 23:34
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 133384

Re: Rufaydium WebDriver 1.6.1 (no selenium/websocket)

so powerful & interesting nice!
by adrian_9832
01 Aug 2020, 06:37
Forum: Ask for Help (v1)
Topic: how to send multiple line to comspec??
Replies: 1
Views: 990

how to send multiple line to comspec??

hi all normally we use winactive to send text to cmd.EXE like: run, %comspec% /k WinWait, %comspec% WinActivate Send stop{Enter} sometime can run command like : run,%comspec% /k ver&time /t&date /t`n or objShell := ComObjCreate("WScript.Shell") objExec := objShell.Exec(ComSpec " /c stop") strStdOut ...
by adrian_9832
16 Jun 2020, 23:57
Forum: Ask for Help (v1)
Topic: seleniumbasic with ahk screenshot
Replies: 5
Views: 1430

Re: seleniumbasic with ahk screenshot

i not sure but maybe is firefox38 as https florentbr.github.io /SeleniumBasic/ Broken Link for safety Tested environments Windows 8.1 / Excel 2010 32-bit / Firefox 39 / Selenium IDE 2.9.0 Windows 7 / Excel 2010 32-bit / Firefox 39 / Selenium IDE 2.9.0 Windows XP / Excel 2003 / Firefox 39 / Selenium ...
by adrian_9832
13 May 2020, 07:31
Forum: Ask for Help (v1)
Topic: autohotkey how to copyfolder?? Topic is solved
Replies: 1
Views: 296

Re: autohotkey how to copyfolder?? Topic is solved

OK i find the problem the function FileCopyDir

destination is no need to create folder it will be create and copy
by adrian_9832
13 May 2020, 07:21
Forum: Ask for Help (v1)
Topic: autohotkey how to copyfolder?? Topic is solved
Replies: 1
Views: 296

autohotkey how to copyfolder?? Topic is solved

hi all

i try to use FileCopyDir function to copy a folder
https://www.autohotkey.com/docs/commands/FileCopyDir.htm


like:
FileCopyDir, C:\My Folder, C:\Copy of My Folder

but it nok work it is a bug ??

i try to run this function window 7 or 10 but it same result not working
can someone help??
by adrian_9832
29 Feb 2020, 00:45
Forum: Ask for Help (v1)
Topic: ahk gui checkbox question Topic is solved
Replies: 4
Views: 843

Re: ahk gui checkbox question Topic is solved

Inspired by you i improve below code NumX := 80 NumY := 50 ex := "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,3637,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73" Loop, parse, ex, `, { Gu...
by adrian_9832
29 Feb 2020, 00:27
Forum: Ask for Help (v1)
Topic: ahk gui checkbox question Topic is solved
Replies: 4
Views: 843

Re: ahk gui checkbox question Topic is solved

That was impressive. You kick ass
thanks for your help
by adrian_9832
27 Feb 2020, 03:17
Forum: Ask for Help (v1)
Topic: ahk gui checkbox question Topic is solved
Replies: 4
Views: 843

ahk gui checkbox question Topic is solved

hello bro i have two question: 1 . how to simplify my code like if { ... if {.... 2 .if i have a txt / ini file how to loop create a checkbox from txt or ini file?? my text file maybe : amd yui tert02 ... below is my script : Gui Add,Checkbox,vADMP01 x27 y83 w79h21,ADMP01 Gui Add,Checkbox,vETTP01 x2...
by adrian_9832
23 Jan 2020, 04:39
Forum: Ask for Help (v1)
Topic: filereadline not work please help
Replies: 2
Views: 497

Re: filereadline not work please help

https wyagd001.github.io /zh-cn/docs/commands/FileReadLine.htm Broken Link for safety

uh...........so it look like the document example have bug

thanks
by adrian_9832
23 Jan 2020, 03:12
Forum: Ask for Help (v1)
Topic: filereadline not work please help
Replies: 2
Views: 497

filereadline not work please help

i have a text file like: 192.168.1.13 192.168.1.14 192.168.1.15 192.168.1.16 i use the example to filereadline , but not work can someone tell me what problem with below example script filename := "C:\Users\user.user-PC\Desktop\ip.txt" Loop { FileReadLine, line, %filename% , %A_Index% if ErrorLevel ...
by adrian_9832
18 Jan 2020, 22:15
Forum: Ask for Help (v1)
Topic: autohotkey com excel command convert
Replies: 2
Views: 460

Re: autohotkey com excel command convert

ok thank you !
by adrian_9832
18 Jan 2020, 09:37
Forum: Ask for Help (v1)
Topic: autohotkey com excel command convert
Replies: 2
Views: 460

autohotkey com excel command convert

dear all
can someone know
autohotkey com excel had any convert command way or tool ?

as the vba command not full support with com ahk excel

currently method i use the macro and guess edit to ahk com command line by line

if anyone know please tell me thanks
by adrian_9832
30 Oct 2019, 07:53
Forum: Ask for Help (v1)
Topic: how to for loop / for each loop ??
Replies: 0
Views: 1249

how to for loop / for each loop ??

hello everyone ! i am a beginner. here is my script , use selenium to find web element and retrieve text value. i have a problem. i can find the webelement but i don't know how to use for loop to show the value , as autohotkey "for loop" API not friendly .... can anyone help ..... driver := ComObjCr...
by adrian_9832
29 Oct 2019, 09:25
Forum: Ask for Help (v1)
Topic: seleniumbasic with ahk how to search some text exist
Replies: 0
Views: 854

seleniumbasic with ahk how to search some text exist

hi all , can someone tell me how to use seleniumbasic on ahk to search some text exist?? like below: driver := ComObjCreate("Selenium.FirefoxDriver") driver.Get("https www.google.com.hk /") Broken Link for safety driver.findElementByName("q").sendKeys("selenium") sleep, 900 driver.FindElementByName(...
by adrian_9832
28 Oct 2019, 21:14
Forum: Ask for Help (v1)
Topic: Help Obtaining IE Values and Writing Values In To Them
Replies: 21
Views: 3871

Re: Help Obtaining IE Values and Writing Values In To Them

i suggest use selenium to retrieve data
by adrian_9832
27 Oct 2019, 20:41
Forum: Ask for Help (v1)
Topic: seleniumbasic with ahk screenshot
Replies: 5
Views: 1430

Re: seleniumbasic with ahk screenshot

thanks all it's work

Go to advanced search