Pocket PC project to Win CE.net

  • Thread starter Thread starter Amirallia
  • Start date Start date
A

Amirallia

I made an application for pocket pc and now I want to make it for
windows ce .net

How can I do this convert without recreating the program?

Thanks
 
Open the project file with Notepad and modify the target.

-Chris

ok but what about the dimension of form and position of the toolbar ?

I have toolbar at the top of the form, and it hides some data of my
form
 
There isn't any way to redo your GUI for you so that issues associated with
how you wrote the code will simply disappear. You could build another
project for Windows CE, include the same source code files, use conditional
compilation (based on a symbol set in the options of the Windows CE project,
maybe), to work around those differences.

Paul T.
 
Back
Top