ScreenShot on VGA device?

  • Thread starter Thread starter Boris Nienke
  • Start date Start date
B

Boris Nienke

hi,

i'm using some functions to get a screenshot in C# (something i've found
on opennetcf). This is working fine on a QVGA-device

But on a VGA-Device i only get a QVGA-ScreenShot (very poor quality of
the screen). Why is that?
Is there a chance to get a VGA screenshot on such devices without using
external tweaks that puts the device in "RealVGA"-Mode?

Thanks a lot

Boris
 
But on a VGA-Device i only get a QVGA-ScreenShot (very poor quality of
the screen). Why is that?

OK, i've found out that i could patch the exe with res2exe to be
dpi-independend... it works.

Boris
 
Back
Top