-----Original Message-----
Hi Lance,
I think you can not achieve your aim in the The Imports, Common Properties,
<Projectname> Property Pages Dialog Box.
The Imports, Common Properties, <Projectname> Property Pages Dialog Box is
used to Specifies the namespaces to import for the project. The imports you
specify in this dialog box are passed directly to the compiler (/imports)
and apply to all files in your project.
http://msdn.microsoft.com/library/default.asp? url=/library/en-us/vsintro7/ht
ml/vxurfimportstab-projectpropertiespage.asp
While the /imports can not accept an alias.
http://msdn.microsoft.com/library/default.asp? url=/library/en-us/vblr7/html/
valrfImportImportNamespaceFromSpecifiedAssembly.asp
You may try to access the Imports Object programmatically.
Here is a sample link.
http://msdn.microsoft.com/library/default.asp? url=/library/en-us/vbcon/html/
vxlrfvslangprojimports.asp
If you have any related question, please feel free to let me know.
Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure!
www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
--------------------
<
[email protected]>
.