Multiple PocketPC Device configs? Just 1 smartphone config?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

With VS2005 BetaII, it seems that when I do a project/new/smart device, when
I choose smartphone, the "id" looks just like my smart phone (MPX220), but
when I choose PocketPC, it does not look like most pocketpc's out there.
(for example, ones with keyboards).

Can vs2005 directly support all the pocketpc's out there? Is there
something I could read that explains how this works? I could not find
anything on msdn.

thanks
 
The Pocket PC designer supports portrait, square and landscape orientations
in QVGA and VGA resolutions, whether or not it displays a keyboard is
immaterial, you can still write code to capture keypresses. You can change
the FormFactor property for your form to change the way it is displayed. It
wouldn't be feasable to provide skins for the designer for every possible
model available. If you create a Pocket PC 2003 project you can directly
target any Pocket PC 2003 (inc Second Edition) device.

Peter
 
I assume you are talking vs2005. Where do you find documentation on all the
key presses. (buttons, paddles, etc.)

Thanks,
 
Back
Top