supersonic Posted May 28, 2009 Posted May 28, 2009 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.
Briegel Posted May 28, 2009 Posted May 28, 2009 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])
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now