You can create a custom form template. See this article of mine:
HOWTO: Changing the source code of templates used by Visual Studio .NET
wizards.
http://support.microsoft.com/default...b;en-us;555160
--
Carlos J. Quintero
The MZ-Tools all-in-one add-in, now for .NET:
http://www.mztools.com
"Antuane" <(E-Mail Removed)> escribió en el mensaje
news:u71%(E-Mail Removed)...
> is it possible for me to create a base form class, & then some how
> configure
> VB.NET,
> so that when ever i create a new form, it will automatically be based on
> the
> above form class.
>
> i know i can go & manually inherit the above form, but i don't want to
> keep
> doing this,
> similarly with the textbox & command button controls.
>
> ??
>
>