It can be changed by modifying the template files. Have a look at
http://www.codeproject.com/dotnet/vs_templates.asp
For simple classes I believe the template file is C:\Program Files\Microsoft
Visual Studio .NET
2003\VC#\VC#Wizards\CSharpAddClassWiz\Templates\1033\NewCSharpFile.cs but I
have not verified it.
HTH,
Emil
"Brian" <(E-Mail Removed)> wrote in message
news:91BAB209-B92A-475F-8437-(E-Mail Removed)...
> Is there a way to change the default "using" statements that are created
> by
> Visual Studio when you create a new class? Do I have to create a new file
> type? So, instead of choosing "New -> Class" I would have to choose
> "New ->
> MyClass".
>
> Basically, I want to add "Using System.IO;" and "Using System.Diagnostics"
> so that when I create a new class, they will automatically show up. VS
> Macro??
>
> Help..