I have a listbox on this form (VB6) which has been filled with records from a mdb and if i try to implement either:
listbox1.MultiSelect = True
or
listbox1.Style = 1
it gives me this error:
Compile error:
Can't assign to read-only property
Is there a way I can use eaither multiselect or style without errors.
Thanks.
listbox1.MultiSelect = True
or
listbox1.Style = 1
it gives me this error:
Compile error:
Can't assign to read-only property
Is there a way I can use eaither multiselect or style without errors.
Thanks.