Pointing to custom forms

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
 
?

=?ISO-8859-1?Q?Christian_Fr=F6schlin?=

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top