M
mind_the_gap
Hello there,
my application was designed for 240x320. With this screen resolution
everything is good - it does not matter if I compile in Visual Studio
2005 or 2008. But when I do tests on a VGA (640x480) Emulator and real
PDA everything is messed up with Visual Studio 2008, but not with
Visual Studio 2005. It seems in Visual Studio 2005 everything is
automatically scaled, in fact I do not find a Property of the Forms do
change something with autoscaling. In VS2008 are such properties like
AutoScaleMode. So I set AutoScaleMode to DPI and all controls were on
the right place - no matter if QVGA or VGA. But the drawings I do in
my program are not scaled and I have no idead how to scale them
without using everywhere a scale factor or rendering in a smaller
image and scale it then up. Do you have any idea on how to accomplish
this?
Thanks in advance,
Tom
my application was designed for 240x320. With this screen resolution
everything is good - it does not matter if I compile in Visual Studio
2005 or 2008. But when I do tests on a VGA (640x480) Emulator and real
PDA everything is messed up with Visual Studio 2008, but not with
Visual Studio 2005. It seems in Visual Studio 2005 everything is
automatically scaled, in fact I do not find a Property of the Forms do
change something with autoscaling. In VS2008 are such properties like
AutoScaleMode. So I set AutoScaleMode to DPI and all controls were on
the right place - no matter if QVGA or VGA. But the drawings I do in
my program are not scaled and I have no idead how to scale them
without using everywhere a scale factor or rendering in a smaller
image and scale it then up. Do you have any idea on how to accomplish
this?
Thanks in advance,
Tom