Advertisement
name22

Get Taskbar Height

Jun 10th, 2012
895
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.17 KB | None | 0 0
  1. MsgBox(64, "TaskBar Height", _GetTaskBarHeight())
  2.  
  3. Func _GetTaskBarHeight()
  4.     $aPos = WinGetPos("[CLASS:Shell_TrayWnd; W:" & @DesktopWidth & "]")
  5.     Return $aPos[3]
  6. EndFunc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement