ExKiller Posted February 4, 2008 Posted February 4, 2008 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
ExKiller Posted February 4, 2008 Author Posted February 4, 2008 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.
DjDeep00 Posted February 4, 2008 Posted February 4, 2008 @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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now