Hi,
I am developing an add-in for VC++ 6.0 editor in VB6.0 language. I want
to handle events from the IDE such as user clicking on any menu or button in
the iDE e.g. User trying to print a file etc.
I can do this using Visual Studio 2003 IDE. Also, I have seen such
samples for Visual Basic 6.0 editor as well using CommandBarEvents e.g.
Application.VBE.Events.CommandBarEvents(c). However, I cannot figure out how
to do this for VC++6.0 editor i.e. subscribing to VC++ editor events.
Can anybody help me out with this?
Thanks in advance,
Vishal
Vishal - 18 May 2006 05:54 GMT
Hi,
Can anybody help me with this?
I am currently trying to use the DTE object but cannot find the right way
to accomplish my goal? Can I use DTE for Visual Studio 6.0? Can anybody point
me to right docs?
Thanks,
Vishal
> Hi,
>
[quoted text clipped - 11 lines]
> Thanks in advance,
> Vishal