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