Jump to content

need help relocating a CLASS:TARGETRECT popup


jsteng
 Share

Recommended Posts

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.

 

target.jpg

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...