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

storing form's location , text in settings.

this not mentioned in tutorial referring , quite unknown feature.


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -