Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #55.0K
~230 People Reached
Favorite Forums
Community Center x 1
Favorite Tags
.net:vb.net x 2
javascript x 1
2 Posted Topics
[CODE] Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim x As Int16, y As Int16 x = CInt(TextBox1.Text) y = CInt(TextBox2.Text) add(10, 20) End Sub Private Sub add(Of T)(ByVal x As T, ByVal y As T) Dim res As T res = x + y …
hi, try creating a different key for each node u create.i think that will work.key should be unique in treeview nodes. Me.TreeView1.Nodes.Add(Me.ComboBox1.Text & i)
The End.
uma625010