C# windows form save recently browsed file history -
i wrote app in c# allows user select directory , simple things on files in directory. want add listbox saves recent 5 selected directories. don't want hook app db because it's simple app. can save values txt file don't think that's best practice. there built-in features in visual studio windows form application allows me that? (i tried *.resx file , doesn't seems work such purpose.)
the use of settings can feature. sample go project properties , add new propertie type stringcollection . can manipulate propertie sample collection add ‚remove paths. take in tutorial : http://blog.csharphelper.com/2011/08/18/use-a-setting-that-contains-a-string-collection-in-c.aspx
Comments
Post a Comment