|
-
Jun 12th, 2000, 01:13 AM
#1
Thread Starter
New Member
I am making a text messager app for my computer and previously it simply followed a URL and tacked the message otop the end of the URL lalong with the phone number in a certain format, but now times have chanegd and the site requires users to login etc etc and I now cannot use my old cheat method from a VB app and instead want to post all the necessary data tothe CGI script. Does anyone know how I can do this or even a component that might be able to help me!! Go easy, I am quite a newbie to internet programming!
-
Jun 15th, 2000, 08:28 PM
#2
Addicted Member
use the Inet1 control
You can use the Microsoft Internet Transfer Control to post to a cgi script.
just use
Code:
Inet1.OpenURL "http://www.mypage.com/cgi-bin/myscript.cgi?somedata=idontknow&somemoredata=istilldontknow&evenmoredata=forgetit"
Razzle
ICQ#: 31429438
What is the difference between a raven?
-The legs. The length is equal, especially the right one. 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|