Jump to content

Recommended Posts

Posted

image.thumb.png.c5c7768cc1810a4efd299bca0d35481b.png

 

Im trying get handle of this window, as seen on autoit window info the handle shows different , what i've tried:

 

#RequireAdmin
$A = WinGetHandle("Macro Scheduler Eval Script Running. Register at www.macroscheduler.com  ", "")
$B = WinGetHandle("[CLASS:THintWindow]")

ConsoleWrite("A "&$A&@CRLF)
ConsoleWrite("B "&$B&@CRLF)



ControlFocus("Macro Scheduler Eval Script Running. Register at www.macroscheduler.com  ", "", "")
$C = WinGetHandle("[CLASS:THintWindow]")
ConsoleWrite("C "&$C&@CRLF)


$D = HWnd($C)
ConsoleWrite("D "&$D&@CRLF)

 

The values never the same of a3info, as result script not working with wingethandle value.

Posted

Thank you, running as x64/ x86 i have different values, also running the au3 info as admin the value sometimes change, so what i learned, check with all ways possible😅

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
  • Recently Browsing   0 members

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