tlokz Posted July 2, 2008 Posted July 2, 2008 I have it read a text file and populate a list with whats in there. It reads a log for a bot listing the items it has found.. Now it doesn't show doubles which is obvious... now is there anyway to have it show doubles.. or put a number of how many times it has come up.
rasim Posted July 2, 2008 Posted July 2, 2008 Before adding a string into ListBox, check for same string existing_GUICtrlListBox_FindString()
tlokz Posted July 2, 2008 Author Posted July 2, 2008 Before adding a string into ListBox, check for same string existing_GUICtrlListBox_FindString()Thank u
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