Force pixel doubling with .Net CF 2.0

  • Thread starter Thread starter Erel
  • Start date Start date
E

Erel

Is it possible to force a .Net CF 2.0 application to act in this
legacy mode (like the default of .Net 1.0)?
I prefer to use a pseudo 320*240 screen instead of rescaling the
graphics.
 
Set the AutoScaleMode property of the System.Windows.Forms class to None
(enumeration)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top