Win XP vs. Win 7 desktop resolution problerm
-
Saturday, July 21, 2012 2:07 PM
HI,
I have a small problem. I have my own application with main Form1 width x height 1680x1050. I have Win XP 32 and LCD monitor 1680x1050 and everything is OK. As soon as my application is moved to different PC or notebook with Win 7 user is forced to set 1680x1050, but Windows 7 is not able to depict whole desktop area. On the right and bottom side there are scrollers. Why ? it is terrible. I tested it with old CRT EIZO monitor. This CRT is able to work with resolution 2560x19xx but Windows 7 shows me only small part of the whole desktop and surroundings is attainable via scrollbars only. If I use Win XP there are no such problems, WinXP shows me complete desktop without scrolbars.
How can I see the whole desktop in higher resolutions ?
Can anyone help ne ?
All Replies
-
Monday, July 23, 2012 12:56 AM
Hi Jerry... Just a few ideas
Have you set the applications manifest to HIGHDPIAWARE?
Are you mixing GDI and DirectX to draw the scren?
Do you have UAC switched on or off on your test machine?
JD
- Proposed As Answer by Mike Dos ZhangMicrosoft Contingent Staff, Moderator Wednesday, July 25, 2012 3:42 AM
-
Monday, July 23, 2012 4:14 AMModerator
You test it on two different computer with different video card and monitor, maybe that monitor does not support so high resolution which is used for Windows 7 System computer. Or the problem is in the driver side.
This problem also would be appear if the Windows XP system with a not support so high resolution monitor.
And then, you can do nothing to change it.
Mike Zhang[MSFT]
MSDN Community Support | Feedback to us
- Marked As Answer by Mike Dos ZhangMicrosoft Contingent Staff, Moderator Wednesday, July 25, 2012 3:42 AM
-
Wednesday, July 25, 2012 8:15 AM
Great Idea, what is HIGHDPIAWARE ? , development is done on WinXP32bit, ....
-
Wednesday, July 25, 2012 9:07 AMModerator
This API is in Vista and later system: http://msdn.microsoft.com/en-us/library/windows/desktop/ms633543(v=vs.85).aspx
http://msdn.microsoft.com/en-us/library/windows/desktop/dd464660(v=vs.85).aspx
http://social.msdn.microsoft.com/Forums/en-US/windowsuidevelopment/threads
I think this document and this forum will give you some help on User Interface dev.
Best wishes,
Mike Zhang[MSFT]
MSDN Community Support | Feedback to us


