![]() |
Visual Basic Help?
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 Code:
http://mycoke.com/sumo.do?screenname=USER&prize=1 Code:
<result code="0" /> |
Add this function:
Code:
Public Function GetStringBetween(ByVal InputText As String, _ Here's how to make success/failed Code:
Buffer = WebBrowser3.Navigate ("http://www.mycoke.com/sumo.do?screenname=" + Text1.Text + "&prize=3") UNTESTED |
Thanks, but uh... where do I put the second one in?
EDIT: Nevermind, i got it, by deleting the Buffer = part. But it comes up with Failed no matter what, and how do i make it work for all 3? Individually i mean. EDIT2: It pretty much works, just now it instantly makes it say Failed. |
Let me see your source.
|
Code:
Public Function GetStringBetween(ByVal InputText As String, _ |
All times are GMT -6. The time now is 12:07 AM. |
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.