Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Win2000 dialer.exe - passing a phone no. programatically
Message
From
07/06/2001 11:15:25
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
07/06/2001 11:01:32
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00516353
Message ID:
00516370
Views:
17
>In one of my screens, there is a grid with client phone numbers.
>If a user doubleclicks on one of the phone numbers, the application launches the dialer.exe.
>
>I would like to be able to pass the selected phone number to the dialer when it gets launched.
>
>Can this be done? If so, how? I can't seem to find any documentation on this anywhere.
>Can you help?
>
>Thanks,
>Debra Froonjian

Debra,
Declare long tapiRequestMakeCall IN "tapi32.dll" ;
	string lpszDestAddress, ;
	string lpszAppName, ;
	string lpszCalledParty, ;
	string lpszComment
	RtnVal = tapiRequestMakeCall(lcPhoneNumber, 0,0,0)
You can find the other launcher samples in foxyclasses SmartTextbox.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform