|
|
Make a phone call using TAPI
|
Total Hit (4801) |
If TAPI libraries are installed on your machine, you can easily dial a number from a VB application using a single API call. Here's a function that encapsulates the call and that returns True if the dialing was successful:
«Code LangId=1»
Private Declare Function tapiRequestMakeCall Lib "TAPI32.
....Read More |
Rating
|
|
|
Your First TAPI Program
|
Total Hit (2747) |
This sample application shows you how you can use the TAPI 3.0 functions to create a TAPI application of your own. This application uses the Windows Phone Dialer utility that comes with Windows and can be found under the Accessories group. That program will act as the call manager and will handle th
....Read More |
Rating
|
|
|
|