PDA

Click to See Complete Forum and Search --> : Newbie Question


paulhenderson
Jul 28th, 2005, 04:13 AM
Can anyone advise me on the best/easiest software to use to program for a handheld device running Windows CE, I have previoulsy programmed in VB 6, C and Java, Thanks

Strider
Jul 28th, 2005, 05:41 AM
Hey there,

the best software to use for programming for windows ce is visual studio pro 2003 or higher.

you need to have the pro version of vs2003 in order to have smart device programming capability

Once you have this, you have two choices of launguages to develop in for the handhelds VB.Net of c# for the compact framework.

since you've done java, c# is basically is sister and the syntax is very very similar.
then again vb.net is not that much different.

.Net is Object oriented so again you ll have knowledge of this from java.

so its a matter of picking vb or c# to develop in.


just a point to note, is that most open source example come in c# for the handheld.

paulhenderson
Jul 28th, 2005, 05:56 AM
Many thanks strider, now "all" i have to do is write the program!!! Should be fun, again many thanks..

Strider
Jul 28th, 2005, 05:58 AM
here dude,

this (http://samples.gotdotnet.com/quickstart/CompactFramework/) will help

any problems or question check back here

paulhenderson
Jul 28th, 2005, 06:51 AM
Cheers mate, ur a legend :thumb:

paulhenderson
Jul 28th, 2005, 08:38 AM
Post Answered Thanks