Search Tools Links Login

WorkSpace Class


Visual Basic 6, or VB Classic

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!

Original Author: Dane Jones

Inputs

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

Assumptions

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

Returns

Provides property values to return workspace dimmentions if needed

Side Effects

None that I am aware of...

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

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 113 times

Categories

Visual Basic 6

Attachments

WorkSpace_626913162002.zip
Posted: 9/3/2020 3:45:00 PM
Size: 9,280 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.