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

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

javascript - Add class to another page attribute using URL id - Jquery -