Everything is squished

  • Thread starter Thread starter Cliff
  • Start date Start date
C

Cliff

I was working on my project using .NET cf1.1 and everything was working
fine. I had to upgrade it to 2.0 to use a new feature, so I clicked the
upgrade option in visual studio. Now when I run my program on the emulator,
everything looks fine, but when I run my program on my device (Axim x51v),
everything is squished. My program only takes up the top half of the screen
and all the forms are smaller as well. What happened?
 
Try setting the "AutoScaleMode" property of each Form to
"AutoScaleMode.Dpi".
 

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