are there any tutorials on programming rpg's in evb? how should i go about programming an rpg in evb?
Printable View
are there any tutorials on programming rpg's in evb? how should i go about programming an rpg in evb?
What's evb?
Embedded Visual Basic. It's for Pocket PC.
Use the WinCE API. Most of the GDI functions that you need are there (BitBlt, etc), but some of the more obscure functions have been removed(probably TransparentBlt, for instance). Check MSDN for function availibility.
Beyond that, its just VB programming.
Z.