ahk code convert to c#

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
chngrcn
Posts: 190
Joined: 29 Feb 2016, 08:55

ahk code convert to c#

10 Dec 2018, 08:57

Auto hot key forum but, I would still ask for a info.
The following code,
Waits for the print window and makes the number of copies 2 and clicks the print button.
I would like your help to convert this code into c# encoding.
Thank you..

Code: Select all

driver := ComObjCreate("Selenium.ChromeDriver") 
driver.Get("https://autohotkey.com/boards/viewtopic.php?f=5&t=56084")

Send, ^+p

WinWait, Print ahk_class #32770
ControlSetText, Edit5, 2, Print ahk_class #32770
ControlClick, Button13, Print ahk_class #32770

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Descolada, RickC and 209 guests