EDN Admin
Well-known member
Hello, Ive been making a password storage system program, I started off using a listbox but have found that to be insecure and uneasy to use. So I decided to try and use tree nodes instead. Now what I have set up is a form where you enter the information
needed to make an entry.
<img alt="" src="http://social.msdn.microsoft.com/Forums/getfile/122134
In this case Textbox 1 is the username textbox 2 is the password and textbox 3 is the source for this password. And here is what Im hoping it will look like in the end.
<img alt="" src="http://social.msdn.microsoft.com/Forums/getfile/122135
But how would I manage that in just this action of code (this is what I have so far):
<pre class="prettyprint lang-vb" style=" Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Form3.TreeView1.Nodes.Add(TextBox3.Text)
Other coding that I dont know how to do yet
Me.Close()
End Sub[/code]
And note that this one entry will be in there with others, so I cant just use numbers like you normally would.
Thanks in advanced!
<
Computer Solutions inc. Website under development Contact: Malletbjm@gmail.com
<br/>
View the full article
needed to make an entry.
<img alt="" src="http://social.msdn.microsoft.com/Forums/getfile/122134
In this case Textbox 1 is the username textbox 2 is the password and textbox 3 is the source for this password. And here is what Im hoping it will look like in the end.
<img alt="" src="http://social.msdn.microsoft.com/Forums/getfile/122135
But how would I manage that in just this action of code (this is what I have so far):
<pre class="prettyprint lang-vb" style=" Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Form3.TreeView1.Nodes.Add(TextBox3.Text)
Other coding that I dont know how to do yet
Me.Close()
End Sub[/code]
And note that this one entry will be in there with others, so I cant just use numbers like you normally would.
Thanks in advanced!
<
Computer Solutions inc. Website under development Contact: Malletbjm@gmail.com
<br/>
View the full article