Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created a windows application. Runs perfectly. I have tried same application in another pc with same monitor, os, ram etc.,
But running windows application in another pc the application showed half or 3/4th only. Some Controls are hiding(Not completely viewed).
I) My doubt is the graphics device driver problem?


What I have tried:

I) I have tried to install device driver but shows error ("installation package not supported by the processor")

II) Everytime tried to install device driver shows different error.

III) How to check and update device(Display) driver?
Posted
Updated 8-Feb-18 18:21pm
Comments
Sissy Ram 9-Feb-18 0:32am    
Team,I found the screen resolution is different between PC's.
My pc has resolution 1600 * 900.
Desination Pc has only 1366 * 768.
Is there any solutions or suggestions for this issue?
Ralf Meier 9-Feb-18 2:07am    
Here you have 3 possibilities :
1st: you define a resolution which should be used
2nd: you look which is the smallest resolution on each/any destination-PC and create your application for this resolution
3rd: you enhance your application that it is able to fit itself to any resolution (which makes sense). In this case you have to re-calculate the location and the size (and perhaps also the Fontsize) of each control on your font.
Sissy Ram 9-Feb-18 0:32am    
My PC in windows 10 64 bit version.
Destination is also the same.
Sissy Ram 9-Feb-18 2:59am    
Thanks Ralf Meier Finally Your idea Runs Perfectly.
But Now I am Concentrating on forms to fit in any resolution. That's the Final Solutions.
Ralf Meier 9-Feb-18 3:28am    
If you need an inspiration for this you could look here (primary to my Solution) :
https://www.codeproject.com/Questions/1229149/How-to-make-auto-control-sizes-in-winform-applicat

1 solution

Check the Display Settings > Text Scaling of your system and the other system. Catches a lot of people out.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900