|
-
Jun 20th, 2002, 02:13 PM
#1
Thread Starter
New Member
General Question
HI peeps,
My question is this. I have a website that users go to and they report losses to games they played. They type in their username and pw and then the name of the 2 people they lost 2 and then hit the submit the loss button and of course the loss it submitted unless they type in incorrect username/pw or typed on name of person they lost 2 wrong. Anyway i want to make this into a program the website so that they dont have to open up a browser go to my site then click report loss the do all the above. I just want to 2 have a program or something loaded while they are playing and when game over they click report loss and it does all the above for them including filling in the opponents name.
Anyway is this possible?
thx
-
Jun 20th, 2002, 02:30 PM
#2
Hyperactive Member
This is very possible. All you have to do is a little HTTP with Winsock - basically submit the form you're using on your webpage to your webserver. Once you've connected to the server on port 80, its a case of using some HTTP. Read these to give you some idea:
http://www.winsockvb.com/snippets/get1.html
http://www.winsockvb.com/snippets/post1.html
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
|