Posts: 100
Threads: 13
Joined: Feb 2010
Reputation:
0
I am making a password-storage application on Visual Basic (2008). I need to know how, when you add a list item (which I already know how to do), to also specify a password to go with it. Then when you select it on the listbox it displays the password.
Thanks!!
Posts: 100
Threads: 13
Joined: Feb 2010
Reputation:
0
"Password is not declared"...
? I only have intermediate experiance with VB... what is "password"? Should I add a textbox named password or something?
Posts: 100
Threads: 13
Joined: Feb 2010
Reputation:
0
03-09-2010, 04:04 PM
(This post was last modified: 03-09-2010, 04:06 PM by Danny.)
Alright now there are no errors but how does the user specify the password they want to go with each listbox item?
Edit: actually now when I run it and select an item off the list it crashes...
Posts: 100
Threads: 13
Joined: Feb 2010
Reputation:
0
Thanks so much! It works now.
Posts: 100
Threads: 13
Joined: Feb 2010
Reputation:
0
03-10-2010, 01:59 PM
(This post was last modified: 03-10-2010, 04:24 PM by Danny.)
Oh wait now I have one problem... I can't use the My.Settings feature to allow users to save it when they open the application next time. How do I do this?