I follow the instructions here http://stackoverflow.com/questions/90697/how-to-create-and-use-resources-in-c-net-vs-2008/90699#90699
However when i do Properties.Resources.Name; I get "The name 'Properties' does not exist in the current context". Its driving me nuts bc i tried multiple things and googled and could not find a solution.
The resource is in the same project i am using. The project is 1 form. and the code is in Form1_Load