Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Phone Dialer
Message
From
21/02/1999 15:01:35
 
 
To
20/02/1999 10:11:35
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00189652
Message ID:
00189813
Views:
8
>Anyone can help me with a phone dialer suitable for VFP 3
>
>Thanks,
>
>Albert

Hi Albert!

Here is a short example, how to use windows builti dialer from vfp:

DEClare LONG tapiRequestMakeCall in tapi32.dll string@a, string@b, string@c, string@d
cNumberToDial="234567"
cNameOfMyProgram="anything to show on dialer window title"
cNameOfCalledNumber="Anybody"
cDescripton="Any text"

?tapiRequestMakeCall(@cNumberToDial,@cNameOfMyProgram,@cNameOfCalledNumber,@cDescripton)



BB
Previous
Reply
Map
View

Click here to load this message in the networking platform