I am making a moneytree grabber for nps. I have their permission and I am triying to use the Mid function to get the ID of the items i want to grab.
Could someone help me
Go to this site
http://www.neopets.com/donations.phtml
I might have to use the len funcition to get the string first could someone please hlp me
Here is my code so far.:
Code:Private Sub Command1_Click() If Text1.Text = "" Then MsgBox " If you want to find a specific item. You must enter the ID" Dim IID As String IID = Text1.Text DPage = Wrapper.PostWrapper("www.neopets.com/takedonation_new.phtml?donation_id=" & IID, "www.neopets.com/donations") If Check1.Value = vbChecked Then Log.Text = "Grab Was Successful!(specific)" End Sub




Reply With Quote