Ok well I figured it out. Its not quite done but heres initially what I did

I created a second form that would put any keys written in the textbox on the first form into the second forms textbox. Sort of like a keylogger for the program. Then I set it so that it would clear the text if the user pressed the space bar or enter. So now the text will read each word seperatly. It would read the word then search for the word in the listbox. If it didn't find the word the list box would stay invisible. If it did the listbox would appear. Then if they wanted the user could press the TAB button and the rest of the word would appear on the textbox in the first form.