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


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to