How to develop Add-in to visual studio 2005.

J

Jaya Kumar

HI All,
I am planning to create Add-in for visual studio 2005 , I am planning to create some control and when user drag and drop the control , it should automatically write some code ( auto generation code). Is there any possibility to achieve in visual studio 2005?
Thanks ,
Jayakumar A

EggHeadCafe.com - .NET Developer Portal of Choice
http://www.eggheadcafe.com
 
G

Guest

Yes you can do it using a special project template called Visual Studio .NET
Add In. You can find the project under Other Project Types -> Extensibility.

There are few objects like Environment (or Env. Check MSDN documentation) to
get access to VS environment.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top