I've made a reference to envDTE for my project. How do I create a new VS.NET IDE window through code?

_______________________________
I do:

Imports EnvDTE

dim myDTE as EnvDTE.DTE

myDTE = new EnvDTE.DTE
_______________________________

I would have thought that when I run this code, it would create a new window for me.

Any help is greatly appreciated. Thanks!

Ya-Tin