Import this import that

Posts   
 
    
glennpd
User
Posts: 30
Joined: 09-Feb-2006
# Posted on: 07-Jun-2006 13:49:03   

Is there a way in VB.Net 2005 to create a file which has all the Import statements and then just reference that file in any VB.Net source file which requires them?

Thanks

Glenn

pilotboba
User
Posts: 434
Joined: 05-Aug-2005
# Posted on: 07-Jun-2006 15:35:04   

glennpd wrote:

Is there a way in VB.Net 2005 to create a file which has all the Import statements and then just reference that file in any VB.Net source file which requires them?

Thanks

Glenn

You can create your own templates or edit the default ones. This way, when you do a New Class it will use your template.

i did a quick search and this article seems to cover it...

http://www.codeproject.com/dotnet/krevera_template_manager.asp

BOb