Hi,
Our project requirement is to develop app for 2 different screen resolutions
1024x768 and .. 800x600.so basically I want my forms loaded with controls
behave expectedly when screen resolution changes..how can this be done?
thanks

Re: Developing Windows App for different screen resolutions by Mehdi

Mehdi
Fri Jul 15 05:58:14 CDT 2005

On Fri, 15 Jul 2005 02:05:04 -0700, vishy wrote:

> Our project requirement is to develop app for 2 different screen resolutions
> 1024x768 and .. 800x600.so basically I want my forms loaded with controls
> behave expectedly when screen resolution changes..how can this be done?

Use the Dock and Anchor properties of your controls to make sure that they
resize and reposition themselves properly whenever the form is resized.
Resize the form manually in the designer to see the effects and correct any
mistake. The ideal would be to have 2 monitors connected to your computer,
one set to 1024x768 and the other set to 800x600. In some tricky
situations, you may have to handle the resize event to manually calculate
the size and position of some controls but in the majority of cases clever
use of the Dock and Anchor properties is sufficient.

Re: Developing Windows App for different screen resolutions by Özden

Özden
Sat Jul 16 10:20:38 CDT 2005

Hi,

Take a look at Klik! SizeLib.Net, which is exactly what you are looking for,
at :

http://www.kliksoft.com/?S=2&SS=11

Regards,

Özden Irmak

"vishy" <vishy@discussions.microsoft.com> wrote in message
news:DA7AA613-6CA3-40B0-ACAF-DB34A6359CDD@microsoft.com...
> Hi,
> Our project requirement is to develop app for 2 different screen
> resolutions
> 1024x768 and .. 800x600.so basically I want my forms loaded with controls
> behave expectedly when screen resolution changes..how can this be done?
> thanks