Search the Community
Showing results for tags 'guilistviewex'.
-
Hello everybody, #include <GUIConstantsEx.au3> #include <ListViewConstants.au3> #include <WindowsConstants.au3> #include <GUIListViewEx.au3> $Form1 = GUICreate("Form1", 539, 350, 192, 124) $ListView1 = GUICtrlCreateListView("CLM1|CLM2", 0, 0, 538, 326) GUICtrlSendMsg(-1, $LVM_SETCOLUMNWIDTH, 0,...
-
I wan't to use the ListView to create a option table for right click, and get the item or subitem text for specific target I use the _GUIListViewEx_ContextPos(), but can't get the row and col, always show the -1 and -1 #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #incl...
-
Hey guys I hope that I can get a little help with this one In this GUI example using GUIListViewEx, I have a list based on items found in test.txt. _____________________________________________ item1 item2 item3 ____________________________________________ et...
-
I have a problem using listview and arrays: I try to create listview from file which contains multiples of 3 lines, therefore 3 columns and rows of total number of lines devided on 3. creation works fine but it adds extra rows as as number of items: ex. 24 lines in text creates 3 columns 8rows and o...
- 2 replies
-
- guilistviewex
- array
-
(and 1 more)
Tagged with:
-
Ciao, I'm trying to filter a draggable Listview using checkbox, but when I filter a listview (idListiview) and I drag and drop a record to another listview, the listview that i filtered returns not filtered and the record that i would drag and drop is not the correct one There are 4 listview, LIST...
- 7 replies
-
- GUIListViewEx
- Drag&Drop
-
(and 1 more)
Tagged with: