README.md

December 5, 2022 ยท View on GitHub

WorkSpace Class

Description

Class object that gets the systems available screen workspace dimmentions and can also position a form to one of 9 screen quadrants. All API.. No SysInfo Control!

More Info

Input Form to position and additive enumerations signifying the desired position.

Also include an AutoRefresh flag if you want the screen metrics updated on each system call.

Provides property values to return workspace dimmentions if needed

None that I am aware of...

Submitted On2002-03-16 12:18:24
ByDane Jones
LevelIntermediate
User Rating5.0 (10 globes from 2 users)
CompatibilityVB 5.0, VB 6.0
CategoryMiscellaneous
WorldVisual Basic
Archive FileWorkSpace_626913162002.zip

API Declarations

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