Jump to content

using win info tool but cant get what i want


Recommended Posts

You have to activate the tab yourself

Are you saying that more than one control in your gui has the same handle, ID, and instance ?

They should be able to uniquely identify a control using these infos.

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

Link to comment
Share on other sites

Hi,

depending on which info your looking for...

A system info macro might do the trick:

$desktopw = @DesktopWidth
$desktoph = @DesktopHeight

MsgBox(4096,"Screen Resolution is:",$desktopw & "X" & $desktoph)
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...