PDA

Click to See Complete Forum and Search --> : ListBox with Checkboxes within


dbowling
Nov 13th, 2000, 12:13 PM
Hello
i am using vb6 sp4 and need to be able to enable the listbox checkboxes using code. can some get me an example i am using List1 as the name of the listbox.

thanks for your help

Nov 14th, 2000, 12:06 PM
I'm not sure why this is in the ASP forum, but to answer your question this cannot be done in code because the Style property (which is used to control whether or not a ListBox has CheckBoxes) of a ListBox is read-only at run-time.

Paul