Board index » delphi » Determine VGA or SVGA

Determine VGA or SVGA

I'm learning a new language with a tight deadline
(aren't we all).  I appreciate all of the help that I
have been getting from this group.

How can I determine if the user is using VGA or SVGA.

Thanks,
Brian

 

Re:Determine VGA or SVGA


Quote
gentl...@sisna.com (The Gentleman) wrote:
>In article <476d1d$...@itchy.itsnet.com>, br...@qcomm.com (Brian Clark) wrote:
>}I'm learning a new language with a tight deadline
>}(aren't we all).  I appreciate all of the help that I
>}have been getting from this group.
>}
>}How can I determine if the user is using VGA or SVGA.
>}
>    Do you want colors or resolution?  Colors, I don't know.  Resolution,
>just get 'Screen.Width'.

And if you are interested in colors, try
   colorplanes:=GetDeviceCaps(Canvas.Handle,BITSPIXEL);

Other Threads