No image Autohotkey Dev 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… Thành Lâm 01:58 1
No image Autohotkey Dev 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… Thành Lâm 01:08
No image Autohotkey Dev Add data vào 1 cột cố định Autohotkey Gui,Add,ListView, w255 +Grid R2, Description|Value LV_Add("","System Clock… Thành Lâm 22:44
No image Autohotkey Dev Share biến giữa các Thread (Alias) Autohotkey AhkThread(" ( Alias(Trong," getvar(Ngoai) ") F3:: ;send, {F2} Trong=rainbo… Thành Lâm 09:49
No image Autohotkey Dev Share biến giữa các Thread (CriticalObject) Autohotkey CritObj := CriticalObject({"counter": 0}) Thread := AhkThread(" ( CritOb… Thành Lâm 20:08
No image Autohotkey Dev 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… Thành Lâm 09:15
No image Autohotkey Dev Input data theo hàng ngang từ file ra cột Autohotkey #SingleInstance Force #installKeybdHook #Persistent AppName=Library Menu, Tray, Tip, %App… Thành Lâm 09:11
No image Autohotkey Dev Array to Listview Autohotkey arrays := % procIdList StringTrimRight,arraycan,arrays,1 ;Cắt phần tử thừa bên phải Stri… Thành Lâm 22:58
No image Autohotkey Dev Array Autohotkey f1:: array := ["Nguyen","Thanh","Lam"] MsgBox, % array[1] … Thành Lâm 22:08
No image Autohotkey Dev Lấy toàn bộ PID của 1 Process Autohotkey myvar := "cmd.exe" for process in ComObjGet("winmgmts:").ExecQuery(&… Thành Lâm 04:54
No image Autohotkey Dev Ví dụ về multi-threaded Autohotkey_H ahk1:=AhkThread("MsgBox thread 1") ahk2:=AhkThread("MsgBox thread 2"… Thành Lâm 04:40
No image Autohotkey Dev 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 … Thành Lâm 04:35