View Single Post
Old 03-09-2005, 01:07 AM   #1 (permalink)
R_R_R
Upright
 
Location: Calgary
[VB.NET] Convert from Win CE to Pocket PC

First off i should say i don't know very much about object oriented programming, but i am learning... That being said I have a bit of a problem with the application I'm writing for a school project. The application is a simple restaurant ordering system. It has to be able to run on my iPAQ 5550 running Pocket Pc 2003.

The problem is that I started making the program before I got the pocket pc, and didn't realize that it wouldn't be a Windows CE device. I got the whole GUI finished and it worked fine on Windows CE emulation, but when I realized the iPAQ ran Pocket PC 2003, and tried to emulate my program in that, the forms are to big to fit on the screen.

I hope this makes sense. What I want to know is if there is a way to convert a windows ce application to pocket pc, so that i don't have to write the whole thing again.

Any help would be so very greatly appreciated.
__________________
What am i doing on this planet?
R_R_R is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60