When I go to make a new C# Windows application in VS 2010, there is an option at the bottom right area with a check box saying add to source.
I want to know what happens, if I check it and create the new C# file.
When I go to make a new C# Windows application in VS 2010, there is an option at the bottom right area with a check box saying add to source.
I want to know what happens, if I check it and create the new C# file.
I believe it actually says, "Add to Source Control." That will register the project with whichever source control plugin you have enabled in VS.
If you have a source control plugin configured to work with Visual Studio, checking that box will create the new application in the source control in a manner defined by the plugin that you're using.