|
-
Sep 10th, 2005, 01:58 AM
#1
Thread Starter
Lively Member
Should i do it, or is it stupid?
Sorry if this is in the wrong forum, (also posted in General PC) but i really need the developers perspective on this one.
I wrote my program in an 800 x 600 screen resolution and now im noticing that it looks like crap in larger resolutions (duh), ive centered everything depending on resolution, size etc. but just can't get over how small everything looks... so im thinking of offering an option to change their resolution to 800 x 600 and then change back to original on exit. The user will be asked of course.
This wouldn't be an issue if i were doing it from 800 x 600 to 1024 x 768, but im going in reverse from the larger resolutions to 800 x 600.
Is this dangerous?
(Ive also tried the active resize component (by vbgold) but find it's more suited for fitting 1024 x 768 progs into 800 x 600 resolutions as opposed to stretching 800 x 600 progs into larger resolutions where it gets pretty buggy)
-
Sep 10th, 2005, 03:54 AM
#2
Re: Should i do it, or is it stupid?
In my opinion, I wouldn't like it if an app did that. Could a user also be running something else as well as your app, like Excel for example?
Changing resolutions might suit your app, but it might not suit others.
From your post in the General PC forum, you say you have a parent and child form. Could you set the maximum size of the parent to 800x600, instead of making it full screen? That may make it look better.
Just my opinions, hope they help.
-
Sep 10th, 2005, 04:54 AM
#3
Thread Starter
Lively Member
Re: Should i do it, or is it stupid?
 Originally Posted by Andy_P
In my opinion, I wouldn't like it if an app did that. Could a user also be running something else as well as your app, like Excel for example?
Changing resolutions might suit your app, but it might not suit others.
From your post in the General PC forum, you say you have a parent and child form. Could you set the maximum size of the parent to 800x600, instead of making it full screen? That may make it look better.
Just my opinions, hope they help.
That's something i've never thought of and that would definately make it look more normal.
I've set the parent forms window state to Normal as opposed to Maximum but no matter what height or width i specify it always starts the same (very small size), any ideas?
Last edited by Naomi1; Sep 10th, 2005 at 05:04 AM.
-
Sep 10th, 2005, 05:22 AM
#4
Re: Should i do it, or is it stupid?
-
Sep 10th, 2005, 05:43 AM
#5
Thread Starter
Lively Member
Re: Should i do it, or is it stupid?
 Originally Posted by penagate
What language + OS?
lol sorry, VB6 / WinXP.
-
Sep 10th, 2005, 05:59 AM
#6
Re: Should i do it, or is it stupid?
If you set the StartupPosition to Normal and make the form the correct width and height it will start at that size.
-
Sep 10th, 2005, 06:27 AM
#7
Thread Starter
Lively Member
Re: Should i do it, or is it stupid?
 Originally Posted by penagate
If you set the StartupPosition to Normal and make the form the correct width and height it will start at that size.
Still no luck with the parent form... time to use the search function, but thanks for putting me on the right track.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|