Hello I have a program in witch user with common dialog control could select many files. When he clicks on Botton Open program must opy this files with path's to list box. But I can't do this beciuse I don't understand how to copy all this parths to listbox.


To allow user to open many files I write:
[VBA]
Frmt.CommonDialog1.Flags = 1048576
Frmt.CommonDialog1.ShowOpen
[/VBA]