--- In [email protected], "Karthikeyan M" <[EMAIL PROTECTED]>
wrote:
>
> Hi guys,
> 
> I want to access the menus of some other running
> application using a C-program. I dunno how to proceed.
> So far, I've found how to create a handle for the
> window. Say, if I want to access the menus of a
> calculator application, 
> 
> int main (void){
> 
> HWND calc;
> 
> calc = FindWindow (NULL, "Calculator);
> ....
> ....
>  
> }
> 
> After this I couldn't find how to proceed further to
> access the menus. Help will be appreciated.

And what exactly do you mean by "accessing"? Send some messages?
Change the menus while the application is alive and kicking? Retrieve
the menu structure? What do you want to do?

Regards,
Nico

Reply via email to