Nhãn: Autohotkey

No image

Lấy dữ liệu từ 1 mảng ghi vào listview Autohotkey

WinGet, Window, List, ahk_class Qt5QWindowIcon Loop %Window% { Id:=Window%A_Index% WinGet…
No image

Ghi dữ liệu từ file txt ra listview

Gui Add, ListView, x5 y4 w298 h173 AltSubmit Checked , |Pid|Trạng thái|Cá bắt được|Đứt d…
No image

Add data vào 1 cột cố định Autohotkey

Gui,Add,ListView, w255 +Grid R2, Description|Value LV_Add("","System Clock…
No image

Share biến giữa các Thread (Alias) Autohotkey

AhkThread(" ( Alias(Trong," getvar(Ngoai) ") F3:: ;send, {F2} Trong=rainbo…
No image

Share biến giữa các Thread (CriticalObject) Autohotkey

CritObj := CriticalObject({"counter": 0}) Thread := AhkThread(" ( CritOb…
No image

Input data theo cột từ file ra cột listview Autohotkey

#NoEnv ; If your file really looks like this: File := " (Join`r`n Last Name: Darby F…
No image

Input data theo hàng ngang từ file ra cột Autohotkey

#SingleInstance Force #installKeybdHook #Persistent AppName=Library Menu, Tray, Tip, %App…
No image

Array to Listview Autohotkey

arrays := % procIdList StringTrimRight,arraycan,arrays,1 ;Cắt phần tử thừa bên phải Stri…
No image

Array Autohotkey

f1:: array := ["Nguyen","Thanh","Lam"] MsgBox, % array[1] …
No image

Lấy toàn bộ PID của 1 Process Autohotkey

myvar := "cmd.exe" for process in ComObjGet("winmgmts:").ExecQuery(&…
No image

Ví dụ về multi-threaded Autohotkey_H

ahk1:=AhkThread("MsgBox thread 1") ahk2:=AhkThread("MsgBox thread 2"…
No image

Tạm dừng trong vòng lặp Autohotkey

In that case: (Esc to break the loop, Q to start it again) b = 0 q :: Loop { If …

© Milk Studio. All Rights Reserved Theme by Jago Desain