[Gambas-user] File dialog question ?can one multi-select
richard terry
rterry at ...1946...
Mon Aug 10 12:50:07 CEST 2009
I want to popup a file dialog and multi-select files and return these say in a
collection, but can't see any way to do this.
My code looks like this at present, and allows 1 file:
Dialog.Title = "Select Image File"
Dialog.Filter = ["*.png", "Image Files", "*", "All files"]
If Dialog.OpenFile() Then Return
do something with the file......
Thanks in anticipation.
Richard
More information about the User
mailing list