No image C# Dev Event checkboxes listview C# private void listView1_ItemCheck(object sender, ItemCheckEventArgs e) { … Thành Lâm 10:35
No image C# Dev Update data của 1 hàng theo cột listview listView1.Items[0].SubItems[1].Text = Kqdem.ToString(); listView1.Items[0].SubItems[2].Te… Thành Lâm 05:37
No image C# Dev Truyền biến giữ các Thread (VD: biến ở 1 thread ra listview) if (listView1.InvokeRequired) { listView1.Invoke((MethodInvoker) … Thành Lâm 01:48
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