|
-
Nov 14th, 2006, 07:40 PM
#1
Thread Starter
Addicted Member
Listbox new item position
If I have a listbox with 15 items and i wanted to add a new item in position 9, how could i do that?
thanks
-
Nov 14th, 2006, 07:44 PM
#2
Re: Listbox new item position
 Originally Posted by stevelach
If I have a listbox with 15 items and i wanted to add a new item in position 9, how could i do that?
thanks
Code:
List1.AddItem "Test", 8
-
Nov 14th, 2006, 07:53 PM
#3
Thread Starter
Addicted Member
Re: Listbox new item position
-
Nov 14th, 2006, 07:57 PM
#4
Re: Listbox new item position
Now that we've helped you, you can help us by pulling down the Thread Tools menu and clicking the Mark Thread Resolved button which will let everyone know that you have your answer. Also if someone has been particularly helpful, or even particularly unhelpful, you have the ability to affect a their forum "reputation" by rating their post.
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
|