Dialing a Phone Number

  • Thread starter Thread starter Tommy
  • Start date Start date
T

Tommy

Does anyone know where I can find info on dialing a voice call on a
smartphone with either c# or vb.net?

I would prefer not to use any 3rd party libraries like opencf and the like
if possible.

Thanks,
T
 
Tommy,

you really should try searching the newsgroup, most basic questions
like this have been asked and answered many times

if you are only concerned about WM 5 you can use the
Microsoft.WindowsMobile.Telephony.Phone class and it's Talk method that
initiates calls

if you need this code to run on WM 2003 and WM 5 you can follow the
code shown in the post I provided the link to below

http://groups.google.com/group/micr...q=tapiRequestMakeCall&rnum=2#0bd2e4c7f567f393

jeremy
 
Back
Top