c# - ApplicationSettings and Windows Forms -
i learned technique described in article
http://www.codeproject.com/articles/29130/windows-forms-creating-and-persisting-custom-user
the article's title "windows forms - creating , persisting custom user settings in c#". applicationsettingsbase class description on msdn says
acts base class deriving concrete wrapper classes implement application settings feature in window forms applications.
what technique have windows forms if works (seemingly) without winforms dependency in simple console application?
the reason can see winforms form designer allows address settings immediately:

storing form's location , text in settings.
this not mentioned in tutorial referring , quite unknown feature.
Comments
Post a Comment