View Single Post
(#1)
Old
Sifter is Offline
Master of the Post
Sifter is on a distinguished road
 
Posts: 309
Join Date: Jul 2006
Location: Stockton, California
Send a message via AIM to Sifter Send a message via MSN to Sifter Send a message via Yahoo to Sifter
Default Visual Basic Help? - 07-28-2006, 11:42 PM

I'm currently working on a newer, better version of SumoPrizeGrabber. I need to know how to make a status checker in Inet for one of the prizes.
Heres the URL for inet to connect to:
Code:
http://mycoke.com/sumo.do?screenname=" + Text1.Text + "&prize=1
The text1 is a textbox with your vegos name, for example, if your username was USER;
Code:
http://mycoke.com/sumo.do?screenname=USER&prize=1
If successful, it will return with something saying
Code:
<result code="0" />
If it says anything else, it's unsuccessful. How do i make a status checker that checks what is returned and says either Failed, or Success On a label named Label3?
Reply With Quote