Search found 5 matches: oskype

Return to advanced search

... through skype. Function Countrycode() not included. Hope you'll enjoy it. :lol: Antonio FUNCTION PhoneTO(cPhone,cNome,cComment,CodeCountry) Local oSkype,oCall,oUser DEFAULT CodeCountry := CountryCode() if empty(cPhone) return 0 endif //if its a user do nothing if val(cPhone) <>0 //phone ...
by AHF
Sat Nov 17, 2007 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Making Skype phone calls and sms
Replies: 10
Views: 5688

... was before (no permisson necessary) because of the claims. By the way, the code has the following diference to the one post previously : oUser:= oSkype:user(cPhone) oCall := oSkype:PlaceCall(oUser:Handle) It works perfectly. And it can process a call to a number or if you have the skype user ...
by AHF
Sat Nov 17, 2007 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Making Skype phone calls and sms
Replies: 10
Views: 5688

Dear AHF,

Try

oCall := oSkype:SendSms(cPhone, cComment)

Code: Select all  Expand view
oCall := oSkype:PlaceCall(cphone)


Regards,
Dutch
by dutch
Wed Nov 14, 2007 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Making Skype phone calls and sms
Replies: 10
Views: 5688

Making Skype phone calls and sms

I've been trying with the code below but it doesn't work. FUNCTION PhoneTO(cPhone,cNome,cComment) Local oSkype,oCall,oUser cPhone := alltrim(cPhone) Try oSkype := CreateObject("Skype4COM.Skype") Catch alert("Skype4Com não está instalado!") return End If .not. oSkype:Client:IsRunning() ...
by AHF
Wed Nov 14, 2007 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Making Skype phone calls and sms
Replies: 10
Views: 5688

SMS

... ?) or Skype4com DLL // t_sms : mobile number format +(country code)(mobilenumber) e.g. '+32691348192' no spaces or other caracters allowed Local oSkype,oSMS,nRet := 1,i := 0,lRunning := TRUE Try oSkype := CreateObject("SKYPE4COM.Skype", "Skype_") Catch MsgInfo("No Skype4Com installed") nRet := ...
by Colin Haig
Mon May 21, 2007 11:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is there any way to send / receive SMS using FWH
Replies: 2
Views: 1049

Return to advanced search