How to develop application for allscreen resolution?

  • Thread starter Thread starter Amit Khatu
  • Start date Start date
A

Amit Khatu

How to avoid screen resolution problem while developing applications?Is
there any library in.NET like Java'a LayoutManager.
 
The short answer is no but you can certainly add a layout manager of your
own to ensure that font sizes, control positions and sizes etc are all
adjusted for the current resolution. The OnLayout override or Layout event
might help you here.

--
Bob Powell [MVP]
C#, System.Drawing

The November edition of Well Formed is now available.
Learn how to create Shell Extensions in managed code.
http://www.bobpowell.net/currentissue.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm

Read my Blog at http://bobpowelldotnet.blogspot.com
 
Back
Top