Password protect information in an application
-
I am developing an application in Visual Studio C# 2008 Express Edition. I need to have a password protected access to a dialog box containing a check box. the value of the check can be only modified if password is provided. The value of the check box should be always available to the application to check the status. Please tell me how can I accomplish having a password protection to such data. Thanks, Karmendra
-
I am developing an application in Visual Studio C# 2008 Express Edition. I need to have a password protected access to a dialog box containing a check box. the value of the check can be only modified if password is provided. The value of the check box should be always available to the application to check the status. Please tell me how can I accomplish having a password protection to such data. Thanks, Karmendra
Add login to the application and check the credentials when displaying the dialog. It isn't that difficult and there are plenty of examples here and elsewhere. What have you tried so far?
only two letters away from being an asset