c# - Windows Phone App: Is there a way to have a button start dialing a phone number from my app? -


i creating app, , want have button can click dial phone number. phone number chosen me. possible?

you can that, using phonecalltask

var phonecalltask = new phonecalltask();     phonecalltask.phonenumber = "123456789";     phonecalltask.show(); 

just put code in button's event handler.


Comments

Popular posts from this blog

Winapi c++: DialogBox hangs when breaking a loop -

vb.net - Font adding using PDFsharp -

javascript - jQuery iScroll clickable list elements while retaining scroll? -