Jump to content

Recommended Posts

Posted

Hi everyone!

How could I get full window structure (handle & text of buttons, labels)? :)

For example I use _GUICtrlMenu_GetMenu, _GUICtrlMenu_GetItemSubMenu, _GUICtrlMenu_GetItemText functions to take:

MainMenu

-----------Menu

-----------------SubMenu

---------------------------SubSubMenu

-----------Menu

-----------------SubMenu

-----------Menu

Thanks

Posted

Sorry, But I don't find any function in help file, which related to this. :)

Perhaps, my English is to bad... :)

I searching the way to get handle of buttons in other programm & get related text.

Example:

InstallShield - Button 1 (next), Button 2(cancel) etc.

Posted

@ExKiller....To get all the GUI information about a window. Use the window spy tool ("C:\Program Files\AutoIt3\Au3Info.exe").

You could also use ControlGetHandle() function as well.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...