Results 1 to 4 of 4

Thread: resolved - Inet help

Threaded View

  1. #1

    Thread Starter
    Lively Member UnderTheTable's Avatar
    Join Date
    Jan 2003
    Location
    beside HeLL
    Posts
    113

    Resolved resolved - Inet help

    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
    Last edited by UnderTheTable; Nov 22nd, 2004 at 07:32 AM.
    Destination is not by CHANCE, of CHOICE

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width