Results 1 to 7 of 7

Thread: [RESOLVED] Place a call in Window Mobile 5

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2007
    Posts
    73

    Resolved [RESOLVED] Place a call in Window Mobile 5

    Dear forum

    i read the i can place a audio call using some class in Microsoft.WindowMobile.Telephony namespace. But i cand find this
    namespace in my computer . How can i get ?

    Thanks

    Roberto

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

    Re: Place a call in Window Mobile 5

    What version of Visual Studio are you running? You need to be running VS2005 and targeting at least WM5
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Dec 2007
    Posts
    73

    Re: Place a call in Window Mobile 5

    Thanks

    I have Visual Studio 2005 Professional Edition

    I have some namespace, but not all.

    Roberto

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

    Re: Place a call in Window Mobile 5

    Have you added the reference to windows.windowsmobile.telephony?
    Then
    Imports Microsoft.WindowsMobile.Telephony
    and
    Dim phone As New Phone
    phone.Talk("123456", True)

    Pete
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Dec 2007
    Posts
    73

    Re: Place a call in Window Mobile 5

    Dear petevick

    thank for reply. If i do import, i see many other namespace, but not the telephony. And many other are missing on respect i read on the help guide of MSDN. Where can i find them ?

    thanks

    roberto

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

    Re: Place a call in Window Mobile 5

    Have you installed the smart devices extensions in VS2005?
    The dll you need to reference is:
    C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Pocket PC SDK\\DesignTimeReferences\Microsoft.WindowsMobile.Telephony.dll
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  7. #7

    Thread Starter
    Lively Member
    Join Date
    Dec 2007
    Posts
    73

    Re: Place a call in Window Mobile 5

    Many thanks

    i find where you said...i was looking inside
    C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\CompactFramework\WindowsCE and here are not.

    Thank again

    Roberto

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