PDA

View Full Version : How to read SMS?


shenjun
28-03-2003, 07:06 AM
Dear all,

Could you give a sample program to show how to register a new program to read SMS?

Thanks

mrabie
29-01-2008, 08:09 AM
which platform do u want to develop for? WM5 or WM6 and what programming language?

ggg123123
29-01-2008, 09:13 AM
english wm6 rom
need to read txt in chinese
any solutions for this
thanks for the help

mrabie
29-01-2008, 12:22 PM
well for writing an application that listens for an incoming SMS check out Microsoft.WindowsMobile.PocketOutlook.MessageInter ception Namespace
http://msdn2.microsoft.com/en-us/library/microsoft.windowsmobile.pocketoutlook.messageinter ception.aspx
that's for C#/VB.Net netcf V2.0/3.5 WM5/WM6, there's a sample application with WM6 SDK you can check it out.

For reading chinese text, i have no idea never tried writing application to handle any language other than english... sorry. But you can post a question on microsoft compact framework news group they can help you better there

hope that helps

agentmikeyd
29-01-2008, 01:03 PM
how about getting wisbar to recognize voicemails?

flip a coin
30-01-2008, 02:34 AM
well for writing an application that listens for an incoming SMS check out Microsoft.WindowsMobile.PocketOutlook.MessageInter ception Namespace
http://msdn2.microsoft.com/en-us/library/microsoft.windowsmobile.pocketoutlook.messageinter ception.aspx
that's for C#/VB.Net netcf V2.0/3.5 WM5/WM6, there's a sample application with WM6 SDK you can check it out.

For reading chinese text, i have no idea never tried writing application to handle any language other than english... sorry. But you can post a question on microsoft compact framework news group they can help you better there

hope that helps

thanks a lot !