Pocket PC to Windows CE

T

Thore Berntsen

I have a rather big retail application written for Pocket PC devices (.NET
CF + C#). Is it possible to convert this application down to a Windows CE
application. If yes, how?

Perhaps there is a document describing this somewhere...

Thore Berntsen
VBD
Norway
 
C

Chris Tacke, eMVP

Create a new Smart Device Application. Add your code files. Compile.
Start working your way down the to-do list of errors. There's really no
other way.
 
B

Boris Nienke

I have a rather big retail application written for Pocket PC devices (.NET
CF + C#). Is it possible to convert this application down to a Windows CE
application. If yes, how?

Perhaps there is a document describing this somewhere...

this is what i have done with a small app:
- create a new project (a WinCE.Net project)
- copy all your old project-files over (drag&drop them to the new
project) and set the start-form etc...
- don't forget to copy over your resource-files (bitmaps etc.)

Then check your code for pocketPC specials (for example enable/disable
the virtual keybard - just delete it or comment it out)

then i have started, debugged until it works

You should rework the form-sizes and layouts too

Boris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top