When we create a new win usercontrol project(any type of
project really), IDE creates a default usercontrol form
for us. Is there a way to set IDE so that instead of this
default form, It creates a custom form?

thanks

Re: Pointing to custom forms by froeschlin

froeschlin
Fri Jul 11 08:07:33 CDT 2003

Norm Dotti wrote:
> When we create a new win usercontrol project(any type of
> project really), IDE creates a default usercontrol form
> for us. Is there a way to set IDE so that instead of this
> default form, It creates a custom form?

You might want to write a wizard and add a file template, e.g.,
by calling AddFromFileCopy on the ProjectItems Collection.