> Is there some place to find out what the display screen resolution is in
> dots per inch? So far the only way that is close is to look at
>
> SystemInformation::CaptionHeight
System.Windows.Forms.
Screen.PrinaryScreen.Bounds;

Signature
<http://www.midnightbeach.com> Contracting, consulting, training
.NET 2.0 for Delphi Programmers <http://www.midnightbeach.com/.net>
Being printed - in stores by June
Tom - 07 May 2006 23:20 GMT
Thanks, Jon.
Thanks for the clue about screen class. That gives the display extent
(bounds) but not the DPI.
I finally found it at WhatEverTheCurrentGraphicsContext->graphics->DpiX
and ->DpiY.
Lots of hours looking for that one...
-- Tom
>> Is there some place to find out what the display screen resolution is in
>> dots per inch? So far the only way that is close is to look at
[quoted text clipped - 3 lines]
> System.Windows.Forms.
> Screen.PrinaryScreen.Bounds;