|
-
Feb 29th, 2008, 09:12 AM
#1
Thread Starter
Lively Member
[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
-
Feb 29th, 2008, 02:08 PM
#2
Frenzied Member
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
-
Feb 29th, 2008, 04:33 PM
#3
Thread Starter
Lively Member
Re: Place a call in Window Mobile 5
Thanks
I have Visual Studio 2005 Professional Edition
I have some namespace, but not all.
Roberto
-
Mar 1st, 2008, 04:03 AM
#4
Frenzied Member
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
-
Mar 2nd, 2008, 01:12 PM
#5
Thread Starter
Lively Member
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
-
Mar 2nd, 2008, 02:04 PM
#6
Frenzied Member
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
-
Mar 3rd, 2008, 05:38 AM
#7
Thread Starter
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|