Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make a telephone call
Message
From
20/05/2002 23:17:43
Peter Wagner
Point Informática Ltda.
Limeira, Brazil
 
 
To
20/05/2002 11:40:06
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Miscellaneous
Thread ID:
00658920
Message ID:
00659222
Views:
24
Santosh,
look the code:
=Tel_cal("011-234-3453","Santosh")

Function Tel_call
LPARAMETER nro_telefone,destino
DECLARE LONG tapiRequestMakeCall IN ;
"TAPI32.DLL" STRING tcPhone, STRING junk, STRING junk2, STRING junk3

RetVal = tapiRequestMakeCall(nro_telefone,"Chamar ",ALLTRIM(destino),"")
Endfunc

this will open the Windows Dialer...

Peter
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform