[RESOLVED] Reading Application Settings
In VS2005 you can set application settings, however I am having a hard time figuring out and finding out how to read and set those values programmically.
In VB.NET there is a My.Settings wrapper however in C# there is no My that I can find.
How can I read and set the settings in my application settings?
Thanks
Re: Reading Application Settings
I haven't used settings in C# myself yet but I think that this is the place to start looking.
Re: Reading Application Settings
Thank you, I dont know how I missed this when I was searching on msdn.
What did you type into search for?
Re: [RESOLVED] Reading Application Settings
I actually went about things in a fairly roundabout way. I clicked the link on the Settings tab, but that led to VB-specific information even from C# Express. :rolleyes: I then just followed links from page to page until I found something useful.