Jump to content

Search the Community

Showing results for tags 'guilistviewex'.

  • Search By Tags

    • guilistviewex ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 7 results

  1. 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,...
  2. 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...
  3. hello guys i have some problems. i never do it before but i need: 1. simply way to save data from ListView to file and load it by button $button_load after i run program again. plz show me function 2. is this possible to make button copy ? (selected items) 3. is here way to add checkb...
  4. 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...
  5. 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...
  6. 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. Greetings, I cant post my code because its over 2000 lines and has mixed SQL queries that will give away too much company data, so I will juts post an example of GUIListViewEx: #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> Example() Func Example() Local $listview, $button, $i...
×
×
  • Create New...