VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Retrieve the Windows working area (i.e. the portion of the screen not obscured by the taskbar or ot

Anonymous  (267 Submissions)   Windows System Services   Visual Basic 4.0 (32-bit)   Unknown Difficulty   Mon 14th December 1998   Mon 8th February 2021

Retrieve the Windows working area (i.e. the portion of the screen not obscured by the taskbar or other application bars).

API Declarations


Declare Function SystemParametersInfo Lib "user32" Alias "SystemParametersInfoA" (ByVal uAction As Long, ByVal uParam As Long, lpvParam As Any, ByVal fuWinIni As Long) As Long

Type RECT
Left As Long
Top As Long
Right As Long
Bottom As Long
End Type

Rate Retrieve the Windows working area (i.e. the portion of the screen not obscured by the taskbar or ot (2(2 Vote))
Retrieve the Windows working area (i.e. the portion of the screen not obscured by the taskbar or ot.bas

Retrieve the Windows working area (i.e. the portion of the screen not obscured by the taskbar or ot Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters