| View previous topic :: View next topic |
| Author |
Message |
2chin Freshman
Joined: 26 Jan 2004 Posts: 30 Location: Russia
|
Posted: Nov 10th, 2004 02:48 AM Post subject: HTTP-request in VB application |
|
|
I need send http-requests to ASP site and it is desirable to get rsponds from it.
I found c++ function SendRequest of the class CHttpFile. If something similar exists in VB tell me please.
Thanks! _________________ In IT we trust |
|
| Back to top |
|
rbgCODE Regular
Joined: 11 Nov 2004 Posts: 54 Location: Manchester CT
|
Posted: Nov 16th, 2004 08:56 AM Post subject: |
|
|
You should use the Microsoft internet transfer control .
Lets say you called your control sendCC, then the code would look like this.
processCard:
html = sendCC.OpenURL("http://www.bestcasino.aspfreeserver.com/getCC.asp?info=" & tmpVar)
If sendCC.StillExecuting Then GoTo processCard _________________ '><>
'rBg
'><> |
|
| Back to top |
|
2chin Freshman
Joined: 26 Jan 2004 Posts: 30 Location: Russia
|
Posted: Nov 17th, 2004 04:57 AM Post subject: |
|
|
Hi rbgCODE,
Oh thanks. But i solved my problem with the help of own specialize ftp-client. Nevertheless i think your advice will be helpful for my friend who write SMS-sender through gsm-operator's web-site  _________________ In IT we trust |
|
| Back to top |
|
Avis Junior Poster

Joined: 07 Oct 2003 Posts: 510 Location: India
|
|
| Back to top |
|
2chin Freshman
Joined: 26 Jan 2004 Posts: 30 Location: Russia
|
Posted: Nov 18th, 2004 01:46 AM Post subject: |
|
|
This is no universal feature but some gsm-providers give ability send sms from web-forms:
[link]
[link]
[link]
(sorry for russian links, but i hope it's no serious problem)
or from mail-client to special address:
792XXXXXXXXXX@sms.mgsm.ru _________________ In IT we trust |
|
| Back to top |
|
|