envDTE and events

  • Thread starter Thread starter Steph
  • Start date Start date
S

Steph

hello,
i created a c# toolbar addin for vs2005, but i don't arrive detect when a
new file is opening in edit mode.
I want update the ProjectItems ...
must i create a thread runner and test all x ticks ? or an "OnFileOpenEvent"
method exist ?
thx
 
I think that rather than a simple addin you need to be using the Visual
Studio Industry Partner package.

Using this you have access to all the design-time events and more in-depth
control of the user experience.

VSIP.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
 
Back
Top