> Is there a way in Delphi to alter the image in Windows, before it goes
> through to the Video Card. Similar to the dpi settings in Windows
> display properties?

> Basically I want to write a little utility that will shorten the width
> of everything in Windows. So that when it gets displayed on a screen
> with rectangular pixels, everything will look correct.

So you have a screen (CRT, LCD,...) that has physically different height/width 
ratio than the
resolution ratio ?
Normally a computer screen has 4/3 ratio: au 15" diagonal is 12"x9" (4/3 ratio) 
and is 1024x768
pixels (4/3 ratio) or 800x600 pixels (4/3 ratio) and so on.

What are your screen width and height (in inches and in pixels) ?

To answer to your question, I'm not aware of any Delphi nor event software way 
to change the width
or everything displayed. It's much an video card issue.

--
Contribute to the SSL Effort. Visit
http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
Author of ICS (Internet Component Suite, freeware)
Author of MidWare (Multi-tier framework, freeware)
http://www.overbyte.be



_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to