Pocket PC project to Win CE.net

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
 
A

Amirallia

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
 
P

Paul G. Tobey [eMVP]

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.
 

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