S
simonc
How can I test for openfiledialog OK clicked without any files being
selected? (I'm using it with multiple select as true.)
I've tried
if openfiledialog1.filenames = nothing then ...
and
if ubound(openfiledialog1.filenames) = -1 then ...
but both these give compile errors.
Grateful for advice.
selected? (I'm using it with multiple select as true.)
I've tried
if openfiledialog1.filenames = nothing then ...
and
if ubound(openfiledialog1.filenames) = -1 then ...
but both these give compile errors.
Grateful for advice.