horphi Posted August 1, 2015 Posted August 1, 2015 Hello,i try to get the selected row inside the list displayed in the MSGBx.But it shows only 0.Can you help me?Func Grab_EntryIDfromArray() ; Get item from array Local $aItem = _GUICtrlListView_GetSelectedColumn($idListview1) ;$idListview1 comes as array from another Func ; this MsgBox(1,'',$aItem)BrHorphi
jguinch Posted August 1, 2015 Posted August 1, 2015 i try to get the selected row inside the list displayed in the MSGBx._GUICtrlListView_GetSelectedColumn returns the select column, not now.Have a look to _GUICtrlListView_GetSelectedIndices horphi 1 Spoiler Network configuration UDF, _DirGetSizeByExtension, _UninstallList Firefox ConfigurationArray multi-dimensions, Printer Management UDF
horphi Posted August 2, 2015 Author Posted August 2, 2015 (edited) Edited August 2, 2015 by horphi Delete, not more necessary
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