Ok, i know how to import a list into a textbox. But what i'm wondering is, how do you make your wrapper use the list? eg. Code (Text): strHTML = wrapper.PostWrapper("http://www.neopets.com/login.phtml", "username=" & txtUsername.Text & "&password=" & txtPassword.Text & "&destination=%2Fpetcentral.phtml", "http://www.neopets.com/hi.phtml") how would i make it do that 5 times FOR EACH USERNAME? ~Oddworth
Re: hey practice what you preach? xD, just jokin. Also, could I make it stop trying to do the wrapper thing if there are no more names in the list? ~Oddworth
what's the point in it??? When you log in with an account, you automatically log out of the other... However here is the code to login... Code (Text): Dim i as Long For i = 0 to List1.Listcount - 1 *LOGIN CODE HERE* Next