DevTun
DevTun

Reputation: 880

Prevent opening a file

I am using dsoFramer to open docx files in winforms. When a docx file is opened in dsoframer and user open the same document from windows explorer, the application becomes unstable. How can I prevent opening the file from windows explorer when it is open in dsoFramer.

Best regards.

Upvotes: 0

Views: 546

Answers (1)

harryovers
harryovers

Reputation: 3138

i would create a copy of the file and work from that, if you need to save it then just replace the original with the copy

Upvotes: 1

Related Questions