Jump to content

Recommended Posts

Posted

Hello all,

I'm looking for a script that does the following (much in the same way as AutoIt Window Info tool).

When you hover the mouse above ANY window control, it displays a tooltip beside the mouse showing the text of that control.

I know it's possible because there exist functions such as _CtrlGetByPos. How do I take that a bit further?

Thankyou!

Fidel

Posted

mate I have just what you want.

have a look here

Post your code because code says more then your words can. SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y. Use Opt("MustDeclareVars", 1)[topic="84960"]Brett F's Learning To Script with AutoIt V3[/topic][topic="21048"]Valuater's AutoIt 1-2-3, Class... is now in Session[/topic]Contribution: [topic="87994"]Get SVN Rev Number[/topic], [topic="93527"]Control Handle under mouse[/topic], [topic="91966"]A Presentation using AutoIt[/topic], [topic="112756"]Log ConsoleWrite output in Scite[/topic]

Posted

mate I have just what you want.

have a look here

hey, that looks pretty good! I had to add this to the top of the script:

$appHandle = 0

Is that correct?

When the script is running, it shows the handle/class/x/y of a control, but it's also doing it for controls that are not in the topmost window...is there any way to fix that?

ta,

Fidel

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
×
×
  • Create New...