What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » [SOLVED] Visual Basic Question - MaxWidth...

[SOLVED] Visual Basic Question - MaxWidth...
Author: Message:
dotNorma
Veteran Member
*****

Avatar

Posts: 1745
Reputation: 17
32 / Male / –
Joined: May 2003
RE: Visual Basic Question - MaxWidth...
code:
Private Declare Function SystemParametersInfo Lib "user32" _
    Alias "SystemParametersInfoA" (ByVal uAction As Long, _
    ByVal uParam As Long, ByRef lpvParam As RECT, _
    ByVal fuWinIni As Long) As Long
Private Const SPI_GETWORKAREA = 48


Dim wa_info As RECT
Dim wa_wid As Single
Dim wa_hgt As Single

SystemParametersInfo(SPI_GETWORKAREA, 0, wa_info, 0)


For the work area, but most of this can be found by googling "vb work space" or such.

This post was edited on 11-02-2005 at 02:26 AM by dotNorma.
11-02-2005 02:25 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[SOLVED] Visual Basic Question - MaxWidth... - by DJeX on 11-02-2005 at 02:05 AM
RE: Visual Basic Question - MaxWidth... - by CookieRevised on 11-02-2005 at 02:12 AM
RE: Visual Basic Question - MaxWidth... - by dotNorma on 11-02-2005 at 02:25 AM
RE: Visual Basic Question - MaxWidth... - by DJeX on 11-02-2005 at 03:31 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On