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
Printable View
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
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