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 ?
sms provider told to send arabic, in place of welcome i have to put the unicode value of the arabic text and mt parameter has to be set to 3

thats the reason im asking to convert arabic text to unicode