Hi,
I have a dropdown list on a winform that has a list of computernames in it. As the user types new computer names into the dropdown box i'd like the program to then add this item to the dropdown for next time the program funs.

My first thought was this could be accomplished using the new application settings section of .net 2 but I could not see an easy way to do it.

Any ideas?