Results 1 to 7 of 7

Thread: [RESOLVED] How can I get missed calls numbers ( Windows Mobile )

  1. #1

    Thread Starter
    Addicted Member Ashraf Alshahawy's Avatar
    Join Date
    May 2007
    Location
    Egypt
    Posts
    241

    Resolved [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.

  2. #2
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    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.
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  3. #3

    Thread Starter
    Addicted Member Ashraf Alshahawy's Avatar
    Join Date
    May 2007
    Location
    Egypt
    Posts
    241

    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.

  4. #4

    Thread Starter
    Addicted Member Ashraf Alshahawy's Avatar
    Join Date
    May 2007
    Location
    Egypt
    Posts
    241

    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.

  5. #5
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    398

    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?

  6. #6

    Thread Starter
    Addicted Member Ashraf Alshahawy's Avatar
    Join Date
    May 2007
    Location
    Egypt
    Posts
    241

    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.

  7. #7
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    398

    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
  •  



Click Here to Expand Forum to Full Width