Auto adjust the screen resolution

JCel

Active member
Joined
Jun 15, 2009
Messages
30
Programming Experience
Beginner
Hi,

Im new to develop .Net projects, while desiging the project in my PC whose screen resolution is 1024 * 800,

i got a doubt which is, how my project will appear in others PC with different resolutions like 800 * 600?
Does it shows any difference?
 
If you think that your app is going to be used on machines with a resolution of 800x600 then don't create any forms that are bigger than that. If you need to create forms that are bigger than that then you need to specify to your users that they must be running a resolution of at least 1024x768 or whatever.
 
Back
Top