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
Printable View
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
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.
Many thanks strider, now "all" i have to do is write the program!!! Should be fun, again many thanks..
here dude,
this will help
any problems or question check back here
Cheers mate, ur a legend :thumb:
Post Answered Thanks