[RESOLVED] Convert Windows application to Mobile application?
Hi,
Is there a way to simply convert an existing Windows app to its mobile counterpart.
Im just starting in mobile deving ( /playing about) so this may be very easy!
Cheers, Andy
Re: Convert Windows application to Mobile application?
Hi,
the compact framwork is much stripped down from the full framework, so many things in the full framework are not available to you.
Your first hurdle is obviously screen size, which is generally much smaller.
For simple apps, you can re-gen the screen, and copy the code, but much bigger, you start to have problems.
Daniel Moth wrote a couple of articles on the subject at http://www.danielmoth.com/Blog/2005/...-ppc-part.html
Pete