Hi,

> Hello, 

> Is possible send an SMS from within an application made in harbour ? 

Yes

> An example ?

Local cPort := "\\.\COM28"
Local phone_number := '123456789'
Local sms_text := 'This is SMS'

sms_Send( cPort, phone_number , sms_text , .T. )


Compile with lib : hbsms, hbtpathy
-- 
Regards,
Jaroslaw Kadzioła


_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to