How to develop Add-in to visual studio 2005.

  • Thread starter Thread starter Jaya Kumar
  • Start date Start date
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
 
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.
 
Back
Top