|
-
Mar 12th, 2010, 03:11 AM
#1
Thread Starter
Addicted Member
[RESOLVED] How can I get missed calls numbers ( Windows Mobile )
Hey all ....
I need to know how to get the Missed Calls numbers in windows mobiles .
(Calls History)
I tried to use : -
SystemState.PhoneMissedCalls
But it only returns the number of Missed Calls .
I heared about PhoneOpenCallLog , but I don't know how to use it , is there
any example that uses this function.
I'm using Visual Studio 2008 pro , Visual Basic
Many thanks in advance , And I hope I'm asking my question in the right section.
Some times when you make a step forward ...You can't get back. Be sure where you make your steps.
-
Mar 12th, 2010, 08:41 AM
#2
Frenzied Member
Re: How can I get missed calls numbers ( Windows Mobile )
HI,
try this article towards the end. There is a sample program in the article too.
-
Mar 12th, 2010, 11:42 AM
#3
Thread Starter
Addicted Member
Re: How can I get missed calls numbers ( Windows Mobile )
Many thanks petevick for your help ,
I tried this code before , but I couldn't figure out how to use it , and today I gave it
another shot , but I ended up to the same result , I don't know how to use the Phone
class into my program .
If you can give me a start , It will be appreciated.
By the way , I'm trying to make a (Missed calls reminder) , so I need to read the log
entries .
Many thanks in advance.
Some times when you make a step forward ...You can't get back. Be sure where you make your steps.
-
Mar 18th, 2010, 03:24 AM
#4
Thread Starter
Addicted Member
Re: How can I get missed calls numbers ( Windows Mobile )
I used 3rd party library which solved the problem of getting the MissedCall Numbers
( CECallLog ) , some other people use ( OpenNetCF ) library ..... Both of them are free.
Many thanks petevick for your help.
Some times when you make a step forward ...You can't get back. Be sure where you make your steps.
-
Mar 18th, 2010, 04:27 AM
#5
Hyperactive Member
Re: [RESOLVED] How can I get missed calls numbers ( Windows Mobile )
Does your application display missed calls even if they were already deleted in the call history?
-
Mar 18th, 2010, 09:40 AM
#6
Thread Starter
Addicted Member
Re: [RESOLVED] How can I get missed calls numbers ( Windows Mobile )
Hi rothj0hn ....
If the user " Dismissed " the missed call , or cleared the call history , the function return 0 (Zero) if you
use PhoneMissedCalls (It returns the number of missed calls)
and return False if you use PhoneMissedCall ( It informs you if you have new missed call or not , And ofcourse as long as you have missed call in your Call Log , it alawys returns True ).
I hope that helps.
Some times when you make a step forward ...You can't get back. Be sure where you make your steps.
-
Mar 18th, 2010, 09:06 PM
#7
Hyperactive Member
Re: [RESOLVED] How can I get missed calls numbers ( Windows Mobile )
i just wondering if there is possibility to retrieve all calls even if they have been deleted in the call history.
Thanks for the INFO.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|