L
Lee Gillie
WITH MULTISELECT=FALSE: If I make a text box, which is a file path,
and have a browse button, in the browse click I can set
OpenFileDialog.FileName to the text box text. Do the Dialog, and then
restore the text box content from the OpenFileDialog.FileName.
WITH MULTISELECT=TRUE: I can see that after the Dialog I can load the
text box with VB.Join(OpenFileDialog.FileNames,";") The part I can't
see is how to get the OpenFileDialog initialized with more than one
file for the initial display.
Can it even be done?
TIA - Best Regards, Lee Gillie - Spokane, WA
and have a browse button, in the browse click I can set
OpenFileDialog.FileName to the text box text. Do the Dialog, and then
restore the text box content from the OpenFileDialog.FileName.
WITH MULTISELECT=TRUE: I can see that after the Dialog I can load the
text box with VB.Join(OpenFileDialog.FileNames,";") The part I can't
see is how to get the OpenFileDialog initialized with more than one
file for the initial display.
Can it even be done?
TIA - Best Regards, Lee Gillie - Spokane, WA