I have a RichTextBox and a Drop Down List, if the users types something like:
#hello
then it add the # and everything after the # into the drop down list, and then if they select one that has been added to the drop down list, then it will goto the line that has the string that they selected from the dropdownlist.

well... i think that made sense...

any suggestions?