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.
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
精彩评论