Jump to content

Recommended Posts

Posted

Hi!

Are there any build-in functions in AutoIt V3.3.0.0 to get size (pixel), height and position of the taskbar?

Greets,

-supersonic.

Maybe this can help.

Opt('WINTITLEMATCHMODE', 4)

$pos = ControlGetPos("classname=Shell_TrayWnd", "", "ToolbarWindow322")
MsgBox(0, "TaskBar Stats:", "POS: " & $pos[0] & "," & $pos[1] & " SIZE: " & $pos[2] & "," & $pos[3])

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