|
-
Aug 11th, 2003, 08:20 PM
#1
Thread Starter
Lively Member
DTE object, create a new VS.NET IDE window?
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|