jsteng Posted January 27, 2019 Posted January 27, 2019 Hi Attached is a screenshot of a popup window (from a video recording app called bandicam) I need to relocate/move. According to Autoit's Window Info, it is a CLASS:TARGETRECT. I tried using this script but failed. if WinExists("[CLASS:TARGETRECT]") then ;bandicam's small window local $hwd = WinGetHandle("[CLASS:TARGETRECT]") local $xyz = WinGetPos($hwd) WinMove( $hwd, "", 100, 100 ) ;ControlMove( $hwd, "", '', 100, 100 ) EndIf I appreciate if you could help me debug. thanks.
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