Hello Vb users,
My program is toggling the FileListBox.MultiSelect.
If the MultiSelect is changing, an error will appear:
Can't assign to read-only property!
Is there a way to change the MultiSelect.
if yes: how do I do this.
Nice regards,
Michelle.
Printable View
Hello Vb users,
My program is toggling the FileListBox.MultiSelect.
If the MultiSelect is changing, an error will appear:
Can't assign to read-only property!
Is there a way to change the MultiSelect.
if yes: how do I do this.
Nice regards,
Michelle.
This is probably not what you want to hear, but the MultiSelect property is read-only at run-time. You have to decide at design-time whether or not you want to make it "multi-selectable".