How do I modify the default imported namespaces for my project?

On most of my forms I have to import

Imports Microsoft.VisualBasic
Imports System.Data
Imports System.Data.OleDb
Is there any way of making this a default?

dennist

[179 byte] By [dennist] at [2008-1-26]
# 1
I'm assuming you are using Visual Basic 2005:

1. Right-click on the project and click Properties
2. On the Configuration window, select the References tab.
3. Add the namespaces you want to import under Imported namespaces.

HTH

David

DavidM.Kean at 2007-8-21 > top of Msdn Tech,Visual Basic,Visual Basic IDE...