AutoHotkey Community

It is currently May 27th, 2012, 11:25 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: July 26th, 2005, 5:49 am 
Is it possible to add a command in AHK which could:

1. List all the menu's and context menu's in a window... Like: WinMenu, MyTitle, OutputVar.....

2. Access Other windows menu's ... like open the display properites (which is done via right clicking on the desktop and then clicking properties ...)


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 27th, 2005, 4:23 am 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
I don't think #1 is possible since the menus don't exist until they actually appear. For #2, WinMenuSelectItem can be used for menu bars. For context menus, you can often use Rajat's SendMessage Tutorial to watch what happens when you select a certain menu item. Then have the script simulate that action via SendMessage.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 4 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group