• Welcome to Valhalla Legends Archive.
 
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Nube_Lube

#1
Visual Basic Programming / Re: Listbox overflow?
April 09, 2006, 08:29 PM
Lol... They aren't working, this program basically opens, you put in your values, and it lists every proxy from A to B. Then you test them. It's good if you have a range that you know is active, but are too lazy to scan.
#2
Visual Basic Programming / Listbox overflow?
April 09, 2006, 07:00 PM
I made a mass proxy generator (Yes, stupid, but somebody wanted one, so I figured I'd make it), and it works fine up until you get about 30k proxies, at which point it errors out saying "Overflow" or something of that sort. I've never seen the message, this is just what I'm told.

So I am fairly sure it is because I am having the proxies that are generated placed into a listbox, which gets too full and messes up the program.

I'm not very good at VB6 in case you're wondering, which is why I chose to do it that way.

So my question is, what is a better, or the best way of going about doing this?