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
Printable View
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
What version of Visual Studio are you running? You need to be running VS2005 and targeting at least WM5
Thanks
I have Visual Studio 2005 Professional Edition
I have some namespace, but not all.
Roberto
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
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
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
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