natashaXXX
Programmer
I am creating a text editor using vb6.0. This has a mdiform with child forms. When a text file is opened in the text editor I want to ensure that no other program can open this file or that the text editor cannot open this file again. While it is possible to use lock and unlock between the open and close statements when using FileOpen or FileSave, I still need the file locked out to other users when the text file is on view in the editor.
Any ideas?
Any ideas?