E
eljainc
Hello,
I have a control on a form which has in the properties collection the
following:
(PropertyBinding)
Password
Username
Also there are (DataBindings) properties.
I have a listbox where the user can select the user. Depending on
this, the program is to load from the application settings the
username and password:
Properties.Settings.Default.Username = user1 (user2, user3, etc).
However this behavior does not appear to work properly. Do I need to
call a method to update or validate these behaviors so that the
username/password is properly updated?
If this is not possible, is there a control/library out there which can
manage username/passwords for a number of users?
Mike McWhinney
I have a control on a form which has in the properties collection the
following:
(PropertyBinding)
Password
Username
Also there are (DataBindings) properties.
I have a listbox where the user can select the user. Depending on
this, the program is to load from the application settings the
username and password:
Properties.Settings.Default.Username = user1 (user2, user3, etc).
However this behavior does not appear to work properly. Do I need to
call a method to update or validate these behaviors so that the
username/password is properly updated?
If this is not possible, is there a control/library out there which can
manage username/passwords for a number of users?
Mike McWhinney