PDA Conversions
Simply, convert your ALARM
CLOCK program so that it will run on the Pocket PC PDA.
- Make sure you've
installed the Pocket PC emulator files
on your development machine first - (they should be there with VB2008)
- Open up your existing
projects one at a time
- copy your GUI
into a new 'Smart Device' project
- copy your code
into the new 'Smart Device' project
- try to run it ...
you MAY get errors
- Things that don't
work in the compact framework:
- tag
- textalign
- addrange
- more
Get your programs to run
under the emulator ... once that's done, it's trivial to port them and run them
to the Pocket PC PDA.