I have a listbox that lists all the ticket numbers for the client to select. I didn't even think about the limit in VB until a client called our customer service. So I searched on Google and found out that you can make a unassigned for a listbox so that your index is 0 to 65436 instead of -32768 to 32768. But that only works if you have other langauges like Dephi. Any way of doing it in VB for the listbox?

The reason I like to do this is that we learned that the client has over 35,000 ticket numbers. Most clients would likely to have less than 32,000. But this client is our big client so we have to find a way to solve this issue.

I heard about paginate in VB? How does it work?