|
Posted by Peter Foot [MVP] on January 24, 2007, 4:13 am
Please log in for more thread options
If it's a Windows Mobile 5.0 device you can use the
Microsoft.WindowsMobile.Telephony.Phone class e.g.
Dim p As New Microsoft.WindowsMobile.Telephony.Phone
p.Talk("123")
For older devices you need to P/Invoke PhoneMakeCall. There is a sample
accompanying this article:-
http://msdn2.microsoft.com/en-us/library/aa446550.aspx#pinvokelib_topic_015
Peter
--
Peter Foot
Device Application Development MVP
www.peterfoot.net | www.inthehand.com
> Is there any sample code or info or info on dialing a voice call from my
> vb.net app? I am using VS2005. The code could be in C# as well.
>
> Thanks
>
|