I would like to change a file to read only from my application. For that i have used,
SetFileAttributes(szFile, FILE_ATTRIBUTE_READONLY);
And worked. But the readonly property could be changed from the file properties on right clicking the file.
But I would like to block that too...
Is it possible to disable the Read-Only check-box in the file-properties, after making the file readonly.
if possible how it could be done..?
please help me...
Thanks in advance....