Yatin said:
Hi,
I was hoping that someone had a solution for a resolution
issue that i'm facing. I have developed a piece of
software on my 14" screen with 800x600 resolution. It is
obvious that when run on a PC with a different resolution,
everything is messed up.
Define "Messed Up". Other than your form taking up less of the screen or more of the
screen there should be no problem with different resolution settings. When the user
has a lower setting than the form was designed on the form might not fit on the
screen forcing the user to scroll around, but I would think that to not be an issue
for you as very few people are running less than 800 by 600 these days.
There are screen resizing utilities that you can add, but they can be a bit of work
to implement and they don't work perfectly for all types of form objects. My
experience was that they worked fairly well for making forms larger on high
resolution screens, but not so good on making them smaller for lower resolution
settings.
Many programs (and web sites) develop for a minimum standard of 800 by 600 and leave
it at that. People running lower settings than that are likely having difficulty
with a lot of the programs they use (not just yours), and people running higher
settings are accustomed to objects being smaller because that is what happens in
virtually every program they run. Keep in mind that higher resolution settings
normally coincide with larger displays. People with this hardware want your app to
take up less screen space (as a percentage of the total). If they just wanted
monstrous forms with fonts an inch high they wouldn't be using the higher resolution
setting.