// JP opened flex table

Click to See Complete Forum and Search --> : A simple yet ---ADVANCED-- Question


CppDev
December 25th, 2001, 09:14 AM
Hi,
In Visual C++ 6.0 I've used the following code to get the "Application" object of visual studio.


DSSharedObjects::IApplicationPtr app;
app.GetActiveObject("MSDEV.Application");




How can I get the "DTE" object of Visual Studio.NET?
Can you give me an example?
Thanks.

//JP added flex table