Posts
 
Reputation
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
~230 People Reached
Favorite Tags

2 Posted Topics

Member Avatar for uma625010

[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 …

Member Avatar for uma625010
0
137
Member Avatar for malleswarareddy

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)

Member Avatar for uma625010
0
93

The End.