VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Determine the number of colors a computer can display

Anonymous  (267 Submissions)   Windows System Services   Visual Basic 4.0 (32-bit)   Unknown Difficulty   Tue 2nd February 1999   Mon 8th February 2021

Determine the number of colors a computer can display

API Declarations


Private Declare Function GetDC Lib "user32" (ByVal hwnd As Long) As Long
Private Declare Function ReleaseDC Lib "user32" (ByVal hwnd As Long, ByVal hdc As Long) As Long
Private Declare Function GetDesktopWindow Lib "user32" () As Long
Private Const PHYSICALOFFSETX = 112
Private Const PHYSICALOFFSETY = 113
Private Const PLANES = 14
Private Const BITSPIXEL = 12

Rate Determine the number of colors a computer can display (3(3 Vote))
Determine the number of colors a computer can display.bas

Determine the number of colors a computer can display Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters