How to listen to user's interaction inside Visual Studio .Net IDE

  • Thread starter Thread starter Leon
  • Start date Start date
L

Leon

How to listen to user's interaction with visual studio.Net IDE?
For example, how do I know when user has clicked on the compile button. I
would like to interact with
visual studio IDE (the editor for VB, C++ .Net, C#.Net...etc)
 
specific for build u can use pre-build and post-build events...

for general purpose u should implement a visual studio add in

--
HTH

Thanks,
Yunus Emre ALPÖZEN
BSc, MCSD.NET
 
Back
Top