Page 1 of 1

Screen Resolution

Posted: Wed May 24, 2006 6:56 pm
by Anonymous
Hello,
I am making a program where I feel that the program graphics would be better off on a specific screen resolution. So, is there anyway through which I would be able to change the screen resolution. Can you please help thank you.

Khanjan

Archived topic from Iceteks, old topic ID:4360, old post ID:35090

Screen Resolution

Posted: Wed May 24, 2006 7:23 pm
by Red Squirrel
People would probably not like if a certain program plays with their resolution settings. Just make sure the program works fine in 800x600 (even try to go for 640x480 for extra backwards compatability) and you'll be ok. Just avoid fixed width dialogs bigger then 640x480, and design your program window to be able to stretch properly and not hide any options, etc. But guess it all depends what your program is for. If it's to edit graphics, for example, you can assume everyone has a res above 800*600.

Archived topic from Iceteks, old topic ID:4360, old post ID:35091

Screen Resolution

Posted: Wed May 24, 2006 7:28 pm
by sintekk
Unless this program is targeted towards an older audience, I'd feel confident in designing for 800x600 and ensuring the program scales up nicely. Been a while since I've ran into a computer using 640x480

Archived topic from Iceteks, old topic ID:4360, old post ID:35092

Screen Resolution

Posted: Wed May 24, 2006 7:40 pm
by Red Squirrel
Yeah even 800x600 is getting old. Only place I use it now is in VMware, so that the VMware window fits nicely on my 1024*768 screen. And it's nice to see that all programs look ok in the VM and not too big.

Archived topic from Iceteks, old topic ID:4360, old post ID:35093

Screen Resolution

Posted: Wed May 24, 2006 9:46 pm
by Death
aerofanatic wrote: Hello,
I am making a program where I feel that the program graphics would be better off on a specific screen resolution. So, is there anyway through which I would be able to change the screen resolution. Can you please help thank you.

Khanjan
There are likely ways where you can test to see the current screen resolution, and if the test fails, will cause the screen resolution to change to the new one. However, such a function would varry for each programming language.

Archived topic from Iceteks, old topic ID:4360, old post ID:35096

Screen Resolution

Posted: Thu May 25, 2006 2:31 am
by Triple6_wild
hmm i still use 800x600 but really its not my fault :biglaugh:

my choices are 1280x1024 or 800x600

1280x1024 makes things to small and 1024x768 does not work properly for some reason or i would use that

Archived topic from Iceteks, old topic ID:4360, old post ID:35099