G
Guest
Hi All,
We are trying to develop an application to be run primarily on Windows
Mobile Devices but also on WIN32 based platforms as well.
We are just wondering if there is any way to make our forms that we design
for Windows Mobile devices scale to the screen size of any WIN32 platforms
that the application is run on. At the moment, they display when run on a
WIN32 platform, but the forms only appear at the size they were created (ie.
screen size of a PDA).
I briefly looked at the TableLayoutPanel class, but I couldn't see how to
add that to my project (it doesn't appear on my Toolbox). It may be that it
isn't available for projects with a target device of Windows Mobile or Pocket
PC. Also, I came across a MSDN article that says to use this sparingly for
performance reasons. What alternatives are there? Just handling the forms
resize event and resizing components accordingly?
Any help is appreciated.
Thanks,
Chris
We are trying to develop an application to be run primarily on Windows
Mobile Devices but also on WIN32 based platforms as well.
We are just wondering if there is any way to make our forms that we design
for Windows Mobile devices scale to the screen size of any WIN32 platforms
that the application is run on. At the moment, they display when run on a
WIN32 platform, but the forms only appear at the size they were created (ie.
screen size of a PDA).
I briefly looked at the TableLayoutPanel class, but I couldn't see how to
add that to my project (it doesn't appear on my Toolbox). It may be that it
isn't available for projects with a target device of Windows Mobile or Pocket
PC. Also, I came across a MSDN article that says to use this sparingly for
performance reasons. What alternatives are there? Just handling the forms
resize event and resizing components accordingly?
Any help is appreciated.
Thanks,
Chris