|
-
Nov 21st, 2000, 11:27 AM
#1
Thread Starter
Lively Member
Hi everybody
I have one question about listbox, is there any property for listbox to change texts into listboxes or i have to make a procedure.
For Example:
lstcombo.additem "ONE"
lstcombo.additem "TWO"
lstcombo.additem "THREE"
lstcombo.additem "FOUR"
lstcombo.additem "FIVE"
and i want to change the order to
lstcombo.additem "ONE"
lstcombo.additem "TWO"
lstcombo.additem "FOUR"
lstcombo.additem "THREE"
lstcombo.additem "FIVE"
any ideas?, Thanx for reply
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
|