I get the following error message:
Compile error:
Can't assign to read-only property
when trying to assign Multiselect to my FileListBox(File1). I used the following code:
File1.ReadOnly = False
File1.MultiSelect = 2
Do anybody know what is wrong!
best regards Kristian