PocketPC App deplyoment on Smart Phone 2003

  • Thread starter Thread starter ra8821
  • Start date Start date
R

ra8821

How to deploy/port the application developed in .NET Compact Framework (C#)
for a PocketPC project to Smartphone 2003 edition? Any suggestions will be
helpful? I am using Microsoft Visual Studio .NET 2003.

Thanks,
NS.
 
Since Smartphone 2003 is not available yet, nor is the Smartphone 2003 SDK,
I assume that the question is purely philosophical.
From this standpoint - and given that SmartPhone is more limiting than PPC
(different input methods, less intrinsic controls), you will need to rethink
your UI to be phone-friendly, one-dimensional (laid out vertically), forget
about using listboxes, consider carefully watching the memory usage and
resize forms to the phone screen size.
 
Back
Top