Hello...

I am using text files to write some flags to store the value of check boxes and read them when application starts and set the check boxes' values according to the flags set in text files.

Is there a way to hide those text files from application so that the user cannot change them or is there any other better way to avoid user interaction with those text files ??

Thanks.