Ghost21 Posted January 8, 2009 Posted January 8, 2009 _GUICtrlListView_AddItem($ListView, $PC, $iIndex) _GUICtrlListView_AddSubItem($ListView, $iIndex, $USER, $iIndex + 1, $iIndex + 2) _GUICtrlListView_AddSubItem($ListView, $iIndex, $IP, $iIndex + 2, $iIndex + 2) I know this is wrong but I can't seem to get it right, I have 7 different columns and like 500+ records and for some reason when I put the data in its ending up shifting over 1 Column at a time or all on the same column. Someone please kick me in the right direction... ? Thanks
Zedna Posted January 8, 2009 Posted January 8, 2009 Someone please kick me in the right direction... ?ThanksLook at examples for these functions in AutoIt's helpfile. It's the best direction ;-) 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