It sounds like you are talking about something like Ctl+F that lets you
define something to search for. If you are talking about something that does
this, but resets when you close the program then you just need to hide the
form.
If that is not the case, then I have had success with 2 methods:
1. Look into My.Settings to store control setting and value data
2. Create an xml or the like config file that writes the settings into a
file, this way lets you persist data but still make updates when you want to.
--
-John
http://www.jmbundy.blogspot.com/Please rate when your question is answered to help us and others know what
is helpful.