|
-
Oct 6th, 2008, 02:48 AM
#1
Thread Starter
Hyperactive Member
[2008] adding/removing from listbox
HI guys,
I have a question about listboxes or trying to come up with an alternative.
My problem is this. I want to have a listbox. With the following strings.
1. apple
2. oranges
3. bananas
4. strawberries
5. carrots.
However if you just have a listbox what happens if you remove the 3rd item then you end up with
1. apple
2. oranges
4. strawberries
5. carrots.
but what we want to do is get rid of one and get this
1. apple
2. oranges
3. strawberries
4. carrots
So my question is how do you get a listbox to act like this but without clearing the listbox and making a new one because the listbox could have thousands of items in it. Or does anyone know of a better way? thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|