hi guys
I am writing an application to send an sms from vb.
I am using inet control. I had generated one data string="user=xxxx&pwd=xxxx&mobile=xxxx&message=xxxx&from=xxxx&lang=xxxx"
URL=http://mysmssite/http/sendSMS.asp?
My code sample looks like
Inet1.Execute URL, "POST", spostString, "Content-Type:application/x-www-form-urlencoded"
Can U guys tell me whaz wrong with the code
when I go to the site and say send sms - its working perfectly but from my application with the above code - I am not receiving any sms.
Can U guys tell me from vb application how can I do the process - like asp SEND button is doing on hit - or else is there any procedure by which i can fire that event from vb application
Thanks In Adv




Reply With Quote