Yep, you have to create your form template and put it in the proper folder
of VS.NET. The following article that I wrote gives you some folders:
HOWTO: Changing the source code of templates used by Visual Studio .NET
wizards
http://support.microsoft.com/default.aspx?scid=kb;en-us;555160

Signature
Carlos J. Quintero (Visual Developer - .NET MVP)
FAQs, Knowledge Base, Files, Docs, Articles, Utilities, etc. for .NET
addins:
http://groups.yahoo.com/group/vsnetaddin/ (free join)
> I am creating a tool that will allow developers to create a new type of
> form. My new form is derived from System.Windows.Forms.Form but has new
[quoted text clipped - 11 lines]
>
> - Rhy
John Eikanger [MSFT] - 16 Sep 2004 18:07 GMT
Hi, Rhy
A VSIP guy of your acquaintence named Mike Wong suggests you can find
additional information in the following books:
Inside Visual Studio .Net version 2003 ISBN 0-7356-1874-7
Mastering Visual Studio .NET ISBN 0-596-00360-9
Hope this helps,
John Eikanger
Microsoft Developer Support
This posting is provided “AS IS” with no warranties, and confers no rights.
--------------------
| From: "Carlos J. Quintero [MVP]" <carlosq@NOSPAMsogecable.com>
| Subject: Re: Creating a new type of form
[quoted text clipped - 24 lines]
| >
| > - Rhy