Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi, I have ported my MFC application to Windows Embedded Compact 7 as a Smart Device project. I have spent two weeks on this porting.
On running my project in WinCE it looks blurred. I guess its because of some redraw function malfunction. Is it have anything to do with resolution of the CE machine..?


I tried to change the DPI settings. But I couldnt and I'm not sure how it would be done in compact 7..

Show some light onto this...

-Thanks in advance
Posted
Updated 26-Dec-12 17:38pm
v2

1 solution

Probably[^] you have to control your DPI settings...

The desktop registry path for the DPI value is here:
HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics\\AppliedDPI :)

(I could not find the same path on a CE 6.0 device, maybe a default value(96) will be used)
 
Share this answer
 
Comments
HariShankar_M 26-Dec-12 5:13am    
Hi Eugen, First of all thanks a lot for your reply. You gave me an idea to think of DPI settings. And i was wandering around desperately to change that DPI settings in Compact7. But I couldnt.. Is there any way to overcome this issue...?

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