Form Size

bghanim

Active member
Joined
Dec 5, 2006
Messages
40
Location
Abu Dhabi - UAE
Programming Experience
1-3
Hi All,
Im developing my application using a monitor 19", when I ran my application on another machine with monitor for example 17", form layout will be changed i.e. some part of the form is not displayed.

How can I make my application robust enough to overcome this problem?


Regards,
Baha A. Ghanim
 
Hi,

To make your application robust enough to handle changes in screen resolution, need to take care of the following things while designing the screen

i) Check the anchor properties of the controls like buttons, labels and text boxes which need not change its size with different resolution.
ii) Check the anchor as well as dock properties of the controls like multiline textboxes, datagrids and list boxes.

Regards,
Karthik Simha
 
Back
Top