Jump to content

Problem getting correclty hande value


Recommended Posts

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.

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...