V
Venkat Polisetti
I have the following code in my app:
Contact contact = new Contact();
contact.FirstName = "V";
contact.LastName = "P";
contact.MobileTelephoneNumber = "(678) 423-7641";
contact.BusinessTelephoneNumber = "(678) 825-1920";
contact.ShowDialog();
This is poping up the Contact summary card which is what I want. But when
I tap the phone numbers on the card, some how it does not start the phone
dialer. But at the bottom of the screen it displays the "Call" menu option.
Nothing happens when I tap that too.
But when I go through Start->Contacts, tap a contact and from the Contact
card view, when I tap the phone number it dials.
Is there some thing that I am doing wrong here?
Regards,
Venkat Polisett
Contact contact = new Contact();
contact.FirstName = "V";
contact.LastName = "P";
contact.MobileTelephoneNumber = "(678) 423-7641";
contact.BusinessTelephoneNumber = "(678) 825-1920";
contact.ShowDialog();
This is poping up the Contact summary card which is what I want. But when
I tap the phone numbers on the card, some how it does not start the phone
dialer. But at the bottom of the screen it displays the "Call" menu option.
Nothing happens when I tap that too.
But when I go through Start->Contacts, tap a contact and from the Contact
card view, when I tap the phone number it dials.
Is there some thing that I am doing wrong here?
Regards,
Venkat Polisett