Dynamical forms

  • Thread starter Thread starter Alex
  • Start date Start date
A

Alex

Hello all,

I'm developing application for wide range of devices (WindowsCE devices,
PocketPC) with different resolutions (640x480, 640x240, etc.) I'd like to
create smart-positioning forms, I mean I'd like to autoposition controls
that it could be displayed on the form even if the screen coordinally
changed (e.g. from potrait mode become landscape). Are there any tips/tricks
to achieve it?

Thanks in advance,
Alex
 
There's nothing built-in CF that could help you with that. You'd need to
move the controls around manually (in the code).
 
Back
Top