Pointing to custom forms

  • Thread starter Thread starter Norm Dotti
  • Start date Start date
N

Norm Dotti

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
 
Norm said:
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.
 
Back
Top