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

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)
 
Y

Yunus Emre ALPÖZEN [MCSD.NET]

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
 

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