Jump to content

hex adress to handle


Cage
 Share

Recommended Posts

Hi,

I’m trying to identify a window that should be listed in WinList(), but I can’t detect it by checking title, size or position.

Now… “AutoIt Window Info” on the other hand is able to receive the handle of that window. I’m now trying to receive the title by the handle. But… for some reason it doesn’t work that way.

How do I convert 0x000A0666 to work as a handle?

Thx

$hWnd = "0x000A0666"
$Title = WinGetTitle($hWnd)
MsgBox(0, "Title:", $Title)
Link to comment
Share on other sites

0x000A0666 is a string as you declare

use HWND function to convert it to a handle

simultaneously window handles change on other time so take care

regards :)

My code:

PredictText: Predict Text of an Edit Control Like Scite. Remote Gmail: Execute your Scripts through Gmail. StringRegExp:Share and learn RegExp.

Run As System: A command line wrapper around PSEXEC.exe to execute your apps scripts as System (LSA). Database: An easier approach for _SQ_LITE beginners.

MathsEx: A UDF for Fractions and LCM, GCF/HCF. FloatingText: An UDF for make your text floating. Clipboard Extendor: A clipboard monitoring tool. 

Custom ScrollBar: Scroll Bar made with GDI+, user can use bitmaps instead. RestrictEdit_SRE: Restrict text in an Edit Control through a Regular Expression.

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