Link to home
Start Free TrialLog in
Avatar of DanEgli
DanEgli

asked on

Bad Screen Size

This has everyone puzzled here.

We have a product that we designed around an 800x600 resolution. On all the machines at our office and at my house (Win95, Win98, WinNT Workstation, WinXP Professional) it looks fine. But on one particular client's workstations,  the screen is not showing at 800x600. They get a screen approximately 200x150 or 400x300. It's not the whole screen. They can re-size the screen to make it look ok, but the next time a screen appears it is back to the small size.

Has anyone here ever encountered this? Is there something we can do to fix this? They are running Windows NT workstation on their client PCs and Windows NT server on the server that the program is being accessed from.

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of slavikn
slavikn

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
The best thing to do is to recompile the application with your development machine set to 256 Colors and 640x480 resolution. By doing this your application will appear normal in any resolution or font size setting on all compatible machines.

You will probably have to move your visible components around to adjust for the size and appearance.

I used to try to programmatically adjust the size, but I have found that the above suggestion works best.

Good Luck  

GEM
Avatar of DanEgli
DanEgli

ASKER

640x480 is not an option. There's too mucb information on some of the screens to even think of anything less than 800x600 (And that just BARELY covers it).

We are just very stumped as to why it works fine on all of our test boxes and not on the client's boxes.

Okay.

http://www.undu.com/DN970301/00000061.htm

Maybe the answer to your question is on this page.
listening
Avatar of DanEgli

ASKER

Well after over a month of coaxing we finally got the client to admit they use Large fonts. So we will look into the above mentioned methods. If they fix the problem, I will award the question.

Thanks!
Avatar of DanEgli

ASKER

Well looks like they are going to use Small fonts instead of Large fonts so that solves that.

Thanks!
Thank you!