VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Get current resolution,number of colors and bits/pixels using GetDeviceCaps API

Karthikeyan  (187 Submissions)   Windows API Call/Explanation   VB 6.0   Unknown Difficulty   Thu 1st November 2001   Mon 8th February 2021

Get current resolution,number of colors and bits/pixels using GetDeviceCaps API

API Declarations


Const HORZRES = 8 ' X axis in pixels
Const VERTRES = 10 ' Y axis in pixels
Const BITSPIXEL = 12 ' Number of bits per pixel


Rate Get current resolution,number of colors and bits/pixels using GetDeviceCaps API (1(1 Vote))
Get current resolution,number of colors and bits/pixels using GetDeviceCaps API.bas

Get current resolution,number of colors and bits/pixels using GetDeviceCaps API Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters