[Message Deleted]
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Change the line
List1.Items.Add(Text1.Text);
to something like
List1.Items[List1.SelectedIndex] = Text1.Text;
Maybe first check for the selected index being valid, and adding a new item in case it's invalid.
Too many passwords to remember? Try KeePass Password Safe!