|
-
Aug 26th, 2005, 11:21 PM
#1
Thread Starter
Addicted Member
Listbox code error.
This code gives me a error.
Can't assign to read only property.
-
Aug 26th, 2005, 11:23 PM
#2
Re: Listbox code error.
Because list1.sorted isnt a property you can change
-
Aug 26th, 2005, 11:24 PM
#3
Re: Listbox code error.
Set it before you run your program. You can also have a duplicate list of items that aren't sorted. When you want to show the sorted one, hide the other.
-
Aug 27th, 2005, 09:25 AM
#4
Re: Listbox code error.
You can also sort the list before adding it to the listbox. If you are adding to you listbox from an SQL query, adding an ORDER BY clause will suit the purpose nicely.
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
|