Questions tagged [dialing]

33 questions
0
votes
0 answers

Use KDtele component to find modem

I am using the KDtele component to make a dialer program I use this code to find the modem in my PC and add it to a combo box Int32 lNum = 0; string lName = ""; for (lNum = 0; lNum < axKDPhone1.NumberOfLines - 1; lNum++) { …
farboud20
  • 9
  • 1
0
votes
1 answer

How can I detect/list apps that can dial?

Buddies, Talking directly: in Android, how can I grab/list (from my app) all the apps that can perform dialing operations? Is there a way to list all the apps with a given permission (in my case, the call permission)? Second part: when user is…
Marcelo
  • 2,075
  • 5
  • 21
  • 38
-1
votes
1 answer

Android - Stop Dialing on tapping HTML

I have create an Android application, in which I have use an HTML calendar. In device Motorola Droid X2, when user select date, the dialer is come and making the call. I need to restrict it. Whether I have not use any code for…
A J
  • 605
  • 4
  • 16
1 2
3