Creating a tool dockable window for visual studio

Posted by Morgeh on Stack Overflow See other posts from Stack Overflow or by Morgeh
Published on 2010-04-15T21:06:27Z Indexed on 2010/04/30 18:47 UTC
Read the original article Hit count: 382

So I have a web service system for mananging development projects, what I would like to do is create a visual studio plugin that accesses the web service and returns a list of tasks for the current users (via some sort of login).

Looking round the internet I can't find any good examples or tutorials on how to create a visual studio plugin that can be docked to the bottom of the screen (same place as error list, test results, etc)

Does anyone know of a good website I can look at for examples or tutorials of the basics of creating a visual studio plugin, specifically for VS2008?

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about visual-studio-2008