Search Results

0
votes

Open Source Windows Mobile OCR Library

you could try porting GOCR http://jocr.sourceforge.net/ there is an example on Code Project using an MS Office control, but that wo …
4
votes

Scheduling Windows Mobile apps to run

the function you need is: CeRunAppAtTime( appname, time ) that isn't the exact signature, there is also CeRunAppAtEvent, they should both be in the MSDN do …
0
votes

What’s the best way to write JavaScript/Ruby applications on Windows Mobile device?

This is n old port of Ruby to WinCE, but from what I've read it doesn't work all that well - who knows, give it a try, YMMV h …
0
votes

Getting notifications when the user tries sending an SMS

edit: oops, missed that it was users creating the message, not incoming. Are you targetting windows mobile 5+? I think what you're looking for is the MessageInterceptor class in the …