AlecSadler Posted July 14, 2017 Posted July 14, 2017 Hello I have searched the help file but can't seem to find info on how to detect when the maximize button has been pressed. How do I go about detecting this?
Danp2 Posted July 14, 2017 Posted July 14, 2017 Read the help file entry for GUISetOnEvent. Latest Webdriver UDF Release Webdriver Wiki FAQs
AlecSadler Posted July 14, 2017 Author Posted July 14, 2017 1 hour ago, Danp2 said: Read the help file entry for GUISetOnEvent. Thanks, I found it!
Malkey Posted July 15, 2017 Posted July 15, 2017 Using GUIOnEventMode 0:- To detect when the maximize button on the window title bar is pressed see GUIGetMsg function in the AutoIt help file and its example. To detect if a window is maximized, see WinGetState function in the AutoIt help file and its example.
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