How to get Current Display Settings ?A question of MVPs

M

Mota

Hi;
I've got 2 API from MVP's web site
(http://www.mvps.org/access/api/api0029.htm).The API
"apiEnumDisplaySettings" enums all available settings.Adding this code
snippet to the functin fEnumDisplay():

Debug.Print .dmPelsWidth & "x" & _
.dmPelsHeight & " @ " & .dmBitsPerPel & " bit", _
lngMode & vbNullString

we can find all this settings.
But what is still vague is which resolutin is currently set in the users
system.Do anyone knows how to know this?
Thank you for your help.
 
M

Mota

Yes,Thats what im looking for,with the exception that it doesnt support
color bits (Such as 600x800x16 bits).
Thank you for ur help,and ur good role on TV.!
 
Top