Didou Posted September 4, 2007 Posted September 4, 2007 Hi,I'm almost sure this topic had already been posted but I didn't find it in forum. My purpose is to retrieve a list of colum names from a listview. I know the function to set header column header i.e _GUICtrlListViewSetColumnHeaderText but I'm looking for a fonction like thisCODE_GUICtrlListViewSetColumnHeaderText ( $h_listview, [$i_col = -1])Parameters$h_listview control id/control hWnd $i_col [optional] Zero based index of columnReturn ValueReturn the name of specified columnif $i_col = -1 then return the whole header. Ex: col1|col2|col3...Any suggestions ?Thank you.
Zedna Posted September 4, 2007 Posted September 4, 2007 Look at Auto3LibA3LHeader.au3 - _Header_GetItemText($hWnd, $iIndex)Look here for example 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