A Amit Khatu Dec 20, 2003 #1 How to avoid screen resolution problem while developing applications?Is there any library in.NET like Java'a LayoutManager.
How to avoid screen resolution problem while developing applications?Is there any library in.NET like Java'a LayoutManager.
B Bob Powell [MVP] Dec 21, 2003 #2 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
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
Ö Özden Irmak Dec 21, 2003 #3 Hi, Have a look at Klik! SizeLib.Net... http://www.kliksoft.com/?S=2&SS=3 Regards, Özden