This is my UI. When i check that box it will save previous value so that user won't enter one value again and again.
Rate Me If My Post helps you
What version of vb.net are you coding with? If it's 2005, you can utilize the My.Settings property... Otherwise, you'll have to write code to save the value to a file, and reload it when the app runs.
thx stanav. I'm using Vb.net
Forum Rules