Moving a VB.NET application to Windows CE and/or Palm’s

piscis

Regular
Joined
Jun 30, 2003
Messages
54
Moving a VB.NET application to Windows CE and/or Palm’s

I need to write an application to be used on Palm’s and Compaq iPads.

This application is already written in VB.NET 2003.

About 75% of the application is basically reading and loading data from a serial Machine Device into an Access (.mdb) database via an RS232 Serial port.

QUESTIONS:

Would it be easier developing for Windows CE like the Compaq iPads versus Palm’s operating system?

Do I have to start from Scratch?

Can anyone give me a suggestion on where to start?

Thanks everyone!!!

Andy
 
Well, I'm almost positive you'll never get a VB.NET to run on a Palm machine, but the .NET 2003 package comes with the Compact Framework, which allows you to develop for Windows CE 2002.

You will probably be able to transfer much of your code, but you can't simply deploy it on both. You'll need to redesign whatever interface is there and probably redo some of the code.
 
There is a development SDK for Palm, but it is not .NET (at least, I don't think there is one).
 
Back
Top