visual-studio-2008-sdk

What technology is used for Visual Studio SDK window?

What library is used to create a window form like below? It certainly does not look/feel/acts like a typical windows forms app. ...

Adding custom project to Visual Studio 2008 - MPFProj compiling problem

I'm trying to add new project type in Visual Studio 2008, using Visual Studio 2008 SDK, following the instructions in this tutorial. I have also included the following folders from Visual Studio 2008 SDK directly to my source code: c:\Program Files\Microsoft Visual Studio 2008 SDK\VisualStudioIntegration\Common\Source\CSharp\Languag...

get the selected text of the editor window..visual studio extension

hi i'm making a extension for visual studio and the specific thing that i need is get the selected text of the editor windows for further processing. Someone know what interface or service has this? Previously i need to locate the path of the open solution and for that i ask for a service that implements IVsSolution, so for this other pr...