Programming a windows mobile device?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 5K views
georgeh
Messages
67
Reaction score
0
Hello everyone,
Anyone know a good book for programming a windows mobile device??
I'd appreciate it.
 
Physics news on Phys.org
I don't know anything about embedded windows programming, but you could try looking on amazon and picking up a book that has a good rating.

If you're not already decided on windows mobile, may I recommend embedded linux. I'm currently doing a project on with it and it's pretty easy to program.
 
Last edited:
You can build Mobile programs using any of the .NET languages, such as VB, C#, J#...etc, and with C++. If you already know these languages fairly well (VB.NET and J# being very close to Java) then, rather than buying a book, i'd suggest looking online for some resources on developing Windows Mobile programs. I downloaded (can't remember from where in the Microsoft website) something called "Windows Mobile Developer Resources" which includes the following sample programs:
C#:
WebCrawler
C++:
Basic Dialogue
Calendar And DTP
Crossword
Drawing Lines
Owner List View
Tool Bar
etc...
It also includes ssome white papers on developing mobile applications. This coupled with other information available on the web, should be enough to get you started.
Here's another helpful link for instance:
http://msdn.microsoft.com/mobility/windowsmobile/howto/getstarted/default.aspx
I'm in the same boat as you, i just bought a nice Pocket PC with the intent of developing programs for it.
 
Last edited: