I have an application running successfully on Windows Mobile 6.5. Is it possible to port that application to Windows Phone 7?

link|improve this question
feedback

1 Answer

If the application is written with .NET you should be able to port over your business logic. The biggest change you will have to make it rewriting your UI, since in Windows Phone 7 you must write the UI using Silverlight or XNA.

If your application is written in C++ you will have to rewrite it all.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.