horphi Posted August 1, 2015 Share 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 Link to comment Share on other sites More sharing options...
jguinch Posted August 1, 2015 Share 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 Link to comment Share on other sites More sharing options...
horphi Posted August 2, 2015 Author Share Posted August 2, 2015 (edited) Edited August 2, 2015 by horphi Delete, not more necessary 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