Catrina
April 11th, 2001, 08:02 AM
This question is not really related to VB, but hopefully if someone knows the cause, they can help me fix it in VB code.
I have an application that needs the screen resolution size to be 800 X 600. I got help with code to change the size if it was different. I tested it on 5 different machines. But when I took the app out to customers, I ran into problems.
First install (WIN 98), when my program changed the resolution, the whole screen was no longer used. The screen was displayed only in the upper right corner of the screen. I thought it was an error in my code, but when this customers, resolution is changed via the control panel Display tab from 640 X 480 to 800 X 600, the screen picture has the same results as my code, only showing in the upper right corner. The complete screen shows, it just looks really funny. Any idea of the cause? Or fix?
Second install (WIN 98), my program looks for the resolution, and if any other then 800 X 600, it changes it, well on this machine, I ran the app, and my screens ran off the edge, so again I thought error in my code, but when I went to manually change the resolution, it was set at 800 X 600. So my app should have been fine, but it wasn't. Again, any thoughts.
It is hard to fix things when they work on all the machines you have available to you, just not the machines that matter (the customers!)
Thanks for any help
Catrina
I have an application that needs the screen resolution size to be 800 X 600. I got help with code to change the size if it was different. I tested it on 5 different machines. But when I took the app out to customers, I ran into problems.
First install (WIN 98), when my program changed the resolution, the whole screen was no longer used. The screen was displayed only in the upper right corner of the screen. I thought it was an error in my code, but when this customers, resolution is changed via the control panel Display tab from 640 X 480 to 800 X 600, the screen picture has the same results as my code, only showing in the upper right corner. The complete screen shows, it just looks really funny. Any idea of the cause? Or fix?
Second install (WIN 98), my program looks for the resolution, and if any other then 800 X 600, it changes it, well on this machine, I ran the app, and my screens ran off the edge, so again I thought error in my code, but when I went to manually change the resolution, it was set at 800 X 600. So my app should have been fine, but it wasn't. Again, any thoughts.
It is hard to fix things when they work on all the machines you have available to you, just not the machines that matter (the customers!)
Thanks for any help
Catrina