Just a little loop I made.
Enjoy.
PHP Code:
Dim strRandGaia, strRand, i As Integer
Dim rndGaia As New Random
tmrFresh.Enabled = False
i = 1
Do Until i = 30
strRand = (rndGaia.Next(1, 90000))
strRandGaia = Math.Round(strRand)
Wrapper.GetWrapper("www.gaiaonline.com/marketplace/" & strRandGaia, Wrapper.LastPage)
'MsgBox(strRandGaia)
i = i + 1
SecondsToWait(2)
Loop
Just put this in a background worker then call it when a button is clicked or something.
Your going to need the http Wrapper.
Dont trust dont use.
Results 1 to 2 of 2
Thread: Market Browse Code
- 13 Feb. 2010 10:07pm #1
Market Browse Code
- 13 Feb. 2010 10:47pm #2