Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changing class-template in VS 1

Status
Not open for further replies.

ThankGodItsFriday

Programmer
May 12, 2005
11
0
0
SE
I'd like to change the template for creating a new class so that it contains a few #regions directives.

Does anybody know how I can do that?
 
This where you Visual Studio loads its templates from:
...Program Files\Microsoft Visual Studio .NET 2003\VC#\VC#Wizards\CSharpAddClassWiz\Templates\1033

You`ll find a new file in there called 'NewCSharpFile.cs'
Just replace that with your own file.

Dont now if there is an easier way to do this, but this is a workaround.

HTH,

Stephan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top