Im using api from SMS provider .
Dim url As String
url = "http://weburl.jsp?usr=abc&pass=def&msisdn=95786123384645&sid=ABC&msg=welcome&mt=0"
webbrowser1.navigate(url)
The url i got from provider. Is there any other better way of sending sms using api ?
there is also api for balance which returns balance. Now i want to put this balance in label. How to do this?
http://weburl/CreditCheck.jsp?usr=abc&pass=def
Copy pasting above on browser displays balance but i want this to be in label.
Im using vb.net 2008 windows app,
Thanks in advance.