I want to save some data automaticly from phones to central db? Is that possible in Windows Mobile 6.0?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use native API and P/Invoke.
Here is a page with methods you can use: http://msdn.microsoft.com/en-us/library/bb416387.aspx
Edit: here is a useful example http://www.codeproject.com/KB/windows/wm_callhistory.aspx?msg=3213607
Another option is to use Smart Device Framework from OpenNETCF, the Community Edition is free.
The class OpenNETCF.Phone.CallLog is a wrapper around the native API.
Download: http://www.opennetcf.com/Products/SmartDeviceFramework/tabid/65/Default.aspx
Documentation: http://www.opennetcf.com/library/sdf/