For Programmers: Free Programming Magazines  


Home > Archive > Smartphone Developer Forum > October 2005 > Programmatically Dial A Cell Phone Number









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Programmatically Dial A Cell Phone Number
Dan

2005-10-25, 7:03 pm

Are there any sample .net applications using SmartPhone technology to
programmatically dial a cell phone without any user interface?

I need to call a cell phone number in a c# app to notify the recipient of an
event that just happened. This should be a console app.


Peter Foot [MVP]

2005-10-25, 7:03 pm

Using either Microsoft.WindowsMobile.Telephony (Windows Mobile 5.0) or
InTheHand.WindowsMobile.Telephony (www.inthehand.com/WindowsMobile.aspx)

Phone p = new Phone();
//suppress prompt
p.Talk("1234", false);

Peter

--
Peter Foot
Windows Embedded MVP
http://www.inthehand.com | http://www.peterfoot.net

"Dan" <dan@morriscs.com> wrote in message
news:eum1onZ2FHA.3188@TK2MSFTNGP12.phx.gbl...
> Are there any sample .net applications using SmartPhone technology to
> programmatically dial a cell phone without any user interface?
>
> I need to call a cell phone number in a c# app to notify the recipient of
> an event that just happened. This should be a console app.
>



Dan Sikorsky

2005-10-25, 9:57 pm

Thanks, I'll look into it.

--
Dan Sikorsky, MSCS BSCE BAB


"Peter Foot [MVP]" <feedback@nospam-inthehand.com> wrote in message
news:usyf6xZ2FHA.3272@TK2MSFTNGP09.phx.gbl...
> Using either Microsoft.WindowsMobile.Telephony (Windows Mobile 5.0) or
> InTheHand.WindowsMobile.Telephony (www.inthehand.com/WindowsMobile.aspx)
>
> Phone p = new Phone();
> //suppress prompt
> p.Talk("1234", false);
>
> Peter
>
> --
> Peter Foot
> Windows Embedded MVP
> http://www.inthehand.com | http://www.peterfoot.net
>
> "Dan" <dan@morriscs.com> wrote in message
> news:eum1onZ2FHA.3188@TK2MSFTNGP12.phx.gbl...
>
>



Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com