c# - How to use OpenFileDialog on Open File -
how allow openfiledialog select file open in application?
currently not allow me select file open. need file path, not trying open file (as open) openfiledialog component not let me file path throws error file being open.
update 1: thow error mean pops dialog window says...
"this file in use. enter new name or close file that's open in program"
use validatenames
property. set false
.
Comments
Post a Comment