I've got a textbox a command button a listbox.
When i click the command button I want the text in text1.text to be entered in the listbox. That is easy. My question is how would I make it check to see if that same text is already in the listbox? I do not want the same thing in the listbox twice. So if that text is already in the listbox then it will not add it. I hope i didnt confuse anyone. all help is appreciated.