Home > database >  I'm writing in the PB application of a problem that is not a problem
I'm writing in the PB application of a problem that is not a problem

Time:10-06

I'm going to do a call with PB program, can function can be directly obtained from the database related person's contact information, directly through the modern play out, and be able to recording the content of the call!

I check it on the website can use tapi32 tapirequestmakecall function in the DLL so
I first statement in the PB is as follows:
The function long tapirequestmakecall (string lpszdestaddress, string lpszappname, string lpszcalledparty, string lpszcomment) library "tapi32. DLL
"
Then, in
The button is clicked in the form event type the following code:
String num, name
Num="87425145"
Name='test call people'
Tapirequestmakecall (num, dail. Exe, the name, ' ')
Compile to run the program error
The first step to the phone didn't realize at the back of the recording function: (let alone the
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
I check it on the website using VB to declare the function example:
Declare long function tapirequestmakecall (string lpszdestaddress, string lpszappname, string lpszcalledparty, string lpszcomment) library "tapi32. DLL
"//lpszdestaddress going to dial the phone number
Dial//lpszappname to load the application, the default for dailer. Exe
//lpszcalledparty call people name
//lpszcomment describe call reason string

At ace to help me!!!!!!!!
My email address: [email protected]

CodePudding user response:

To learn, to give you up

CodePudding user response:

Declare long function tapirequestmakecall (string lpszdestaddress, string lpszappname, string lpszcalledparty, string lpszcomment) library "tapi32. DLL
"
/////////////////////

Try to write about

The function ulong tapirequestmakecall (ref string lpszdestaddress, ref string lpszappname, ref string lpszcalledparty, ref lpszcmment) libraay tapi32. DLL ""

CodePudding user response:

Top!!!!!

CodePudding user response:

After the need to focus on, now but first, let me help you
  • Related