I
I_AM_DON_AND_YOU?
In my program I am using the notepad file to read/write data. I don't want
that someone should be able to delete/change the contents of that file by
opening that file in Notepad or other editor. Like there is a feature in
Word to put password to open your document. I want to do something like
that in Notepad file because I can't store the data in word file (in binary
format) because I am using stream reader/write object.
Is there any way that I read/write from my vb.net program in a text file and
still able to protect that file from end users to change its contents...
that someone should be able to delete/change the contents of that file by
opening that file in Notepad or other editor. Like there is a feature in
Word to put password to open your document. I want to do something like
that in Notepad file because I can't store the data in word file (in binary
format) because I am using stream reader/write object.
Is there any way that I read/write from my vb.net program in a text file and
still able to protect that file from end users to change its contents...