I want to develop an application using MSAA in which I want to trace
when a user presses some menu items - like save, print, save as etc.
What are the events related to that. For menu open
EVENT_SYSTEM_MENUSTART types of event are available but what are the
events related to pressing the save , print , save.

Regards,
Sunil Virmani

Re: Capturing the save click events in Microsoft word. by Emil

Emil
Thu Jun 02 16:53:36 CDT 2005

Hi,
Try one of the office dev. groups instead. This is the VC++ language group.

regards
Emil Kvarnhammar

<sun_hcl@rediffmail.com> wrote in message
news:1117717657.585254.173460@g14g2000cwa.googlegroups.com...
>I want to develop an application using MSAA in which I want to trace
> when a user presses some menu items - like save, print, save as etc.
> What are the events related to that. For menu open
> EVENT_SYSTEM_MENUSTART types of event are available but what are the
> events related to pressing the save , print , save.
>
> Regards,
> Sunil Virmani
>



Re: Capturing the save click events in Microsoft word. by sun_hcl

sun_hcl
Mon Jun 06 00:58:20 CDT 2005

Actually i want to capture the events of all application it can be
notepad , wordpad ..
How can i do it in VC++
Regards,
Sunil Virmani