mikell Posted November 1, 2013 Share Posted November 1, 2013 You could create an array which stored the index and ControlID of each item as it was created and then use that to determine the relationship - but it seems a bit of an overkill. I often go this way (storing ids of the items in an array as they are created) so the index of the item in the listview is the same as the index of its id in the array It's the most secure way I found for this in case of items dynamically created because it can be possible that the ids are not consecutive Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted November 1, 2013 Moderators Share Posted November 1, 2013 mikell,Personally I use my GUIListViewEx UDF to manage most of my ListViews - it takes away a lot of the pain. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now