tbaror Posted July 2, 2008 Posted July 2, 2008 Hi, i have list view $clientViewStat = GUICtrlCreateListView("Client name|Test Status|Avg Delay|Start time|End time", 106, 370, 277, 201) and next i have filling listview with data GUICtrlCreateListViewItem($TempArrayContainer [$T],$clientViewStat) i need to update one of the column value without affecting other values is there any way to update the column value. is there any function for this ? i have attached image to illustrate it thanks
Zedna Posted July 2, 2008 Posted July 2, 2008 #include <GuiListView.au3> _GUICtrlListView_SetItemText() Resources UDF ResourcesEx UDF AutoIt Forum Search
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