.net CF 1.0: check if high resolution

  • Thread starter Thread starter James
  • Start date Start date
J

James

Hi all

I am using .net CF 1.0 and I need to know the real resolution of my screen.
I have a touch HD with 480x800-Screen, but .NET CF says 240x400. How can I
get the realsize without using res2exe.exe?

Thanks a lot

James
 
James skrev:
Hi all

I am using .net CF 1.0 and I need to know the real resolution of my
screen. I have a touch HD with 480x800-Screen, but .NET CF says 240x400.
How can I get the realsize without using res2exe.exe?

Thanks a lot

James

Tried Screen.PrimaryScreen.WorkingArea?
 
Back
Top