VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

TaskBar Height

Timmy Smith  (1 Submission)   Custom Controls/Forms/Menus   Visual Basic 3.0   Unknown Difficulty   Wed 3rd February 2021

The purpose of the code is to determine the height of the taskbar so that you can display a form at the bottom right hand corner of the screen everytime.

API Declarations
Private Declare Function SystemParametersInfo Lib "user32" Alias "SystemParametersInfoA" (ByVal uAction As Long, ByVal uParam As Long, ByRef lpvParam As Any, ByVal fuWinIni As Long) As Long
Private Const SPI_GETWORKAREA = 48
Private Type RECT
Left As Long
Top As Long
Right As Long
Bottom As Long
End Type

Rate TaskBar Height (5(5 Vote))
TaskBar Height.bas

TaskBar Height Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters