2
votes
6answers
223 views
How to have a program option set by an admistrator that the user can’t change?
My application needs to read an option on startup to check if it should start in read-only mode. The option should not be allowed to be changed by the user.
I usually do this now using a …
