Search the Community
Showing results for tags 'guictrlcreatelistview'.
-
FIrst of all, I apologize for the state of how it all looks as I had to remove thousands of lines to make a workable demo. It works, but it's not pretty. So if you see any inconsistencies just handwave it and they'll go away. 1. First issue is with Global $idPic = GUICtrlCreatePic('', 10, 45, 7...
- 3 replies
-
- guictrlcreatepic
- guictrlcreatelistview
-
(and 1 more)
Tagged with:
-
I have a LV with different coloured Cols: ;https://autoit.de/index.php/Thread/84279-Unterschiedliche-Textfarben-innerhalb-einer-ListView/?postID=674195#post674195 #include <GUIConstantsEx.au3> #include <GuiListView.au3> #include <array.au3> #include <ListViewConstants.au3> #include <StructureCon...
- 21 replies
-
- guictrlcreatelistview
- wm_notify
-
(and 1 more)
Tagged with:
-
I thought I remembered this from somewhere, then I searched, but cannot find which I am looking for... How to display additional, hidden ListViewItem text in a popup? I thought I saw a Style element that does that, but I cannot find it Just point me in the right direction please?
-
Hello guys, I'm working with a simple script, complementing a GUICtrlCreateListView which has 5 columns. I would order the first column so that the numbers are decreasing. #include <GuiListView.au3> #include <ListViewConstants.au3> #include <WindowsConstants.au3> #include <GuiConstantsEx.au...
-
Hey guys Quick question: In this GUI the listview is created from items in test.txt I would like my "Get Info" button to show the actual text of the item that is selected. So far I have been able to make it show the number of the item. What is the last missing puzzle here?...
-
Hi Guys, I'm working on this project: $Import = GUICtrlCreateButton("Import", 15, 175, 90, 40, $WS_GROUP) $List = GUICtrlCreateListView("Name|Address|E-mail", 15, 220, 400, 363, $LVS_SORTDESCENDING) $Item1 = GUICtrlCreateListViewItem("test|test|test", $List) GUISetState(@SW_SHOW, $GUI) Whi...
- 19 replies
-
- guictrlcreatelistview
- txt
-
(and 1 more)
Tagged with:
-
Hello guys, I built a gui where a GUICtrlCreateListView with two columns is present. Through an "Import" button I would be able to import the contents of an .xls or .txt. Can you help me? Thank's
- 3 replies
-
- guictrlcreatelistview
- excel
-
(and 1 more)
Tagged with:
-
Happy New year to all. when I run the program without using $LVS_EX_GRIDLINES I get the Index and the subitem values correctly. when I run the program using $LVS_EX_GRIDLINES I get the Index always = -1 and the subitem values are correct. What do I need to do to get the correct index and subitem...
-
I'm have a working program that displays the users in Active Directory. When a user's name is clicked on it displays their details (profile folder, work folder, etc). However, what I'd really like to do is be able to eliminate using the mouse as much as possible, so instead of having to click on eac...
- 4 replies
-
- guictrlcreatelistview
- up
-
(and 6 more)
Tagged with: