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

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

android - MPAndroidChart - How to add Annotations or images to the chart -

IF statement in MySQL trigger -