(VS2010) help??
#6

it still show when u start the Servers Form.

i want the String on the Texten Chat [OFFICIAL CHAT] folder not on root or node2

NODES
Код:
    Private Sub LoadTree()
        ' TODO: Add code to add items to the treeview

        Dim tvRoot As TreeNode
        Dim tvNode As TreeNode
        Dim tvNode2 As TreeNode

        tvRoot = Me.TreeView.Nodes.Add("Servers")
        tvNode = tvRoot.Nodes.Add("Texten Chat [OFFICIAL CHAT]")
        tvNode2 = tvRoot.Nodes.Add("TreeItem2")
    End Sub
STRING
Код:
    Private Sub LoadListView()
        ' TODO: Add code to add items to the listview based on the selected item in the treeview

        Dim lvItem As ListViewItem
        ListView.Items.Clear()

        lvItem = ListView.Items.Add("90.224.231.42")
        lvItem.SubItems.AddRange(New String() {"Yes", "http://jonnys-bgs.ucoz.net/updater.html"})

    End Sub
Reply


Messages In This Thread
(VS2010) help?? - by jonnyboy - 21.01.2011, 19:49
Re: (VS2010) help?? - by Outcast - 22.01.2011, 00:17
Re: (VS2010) help?? - by jonnyboy - 22.01.2011, 10:37
Re: (VS2010) help?? - by jonnyboy - 22.01.2011, 10:39
Re: (VS2010) help?? - by Outcast - 22.01.2011, 10:52
Re: (VS2010) help?? - by jonnyboy - 22.01.2011, 11:07
Re: (VS2010) help?? - by Outcast - 22.01.2011, 12:18
Re: (VS2010) help?? - by jonnyboy - 22.01.2011, 15:48
Re: (VS2010) help?? - by Outcast - 22.01.2011, 15:56
Re: (VS2010) help?? - by jonnyboy - 22.01.2011, 16:21

Forum Jump:


Users browsing this thread: 1 Guest(s)