Bekijk de onderstaande video om te zien hoe je onze site als een web app op je startscherm installeert.
Opmerking: Deze functie is mogelijk niet beschikbaar in sommige browsers.
Try
[COLOR="#FF0000"] Dim Team1 As String() = {Form1.ListBox1.Items.Item(0), Form1.ListBox1.Items.Item(1), Form1.ListBox1.Items.Item(2), Form1.ListBox1.Items.Item(3) _
, Form1.ListBox1.Items.Item(4), Form1.ListBox1.Items.Item(5), Form1.ListBox1.Items.Item(6), Form1.ListBox1.Items.Item(7), Form1.ListBox1.Items.Item(8), Form1.ListBox1.Items.Item(9)}
Dim Team2 As String() = {Form1.ListBox2.Items.Item(0), Form1.ListBox2.Items.Item(1), Form1.ListBox2.Items.Item(2), Form1.ListBox2.Items.Item(3) _
, Form1.ListBox2.Items.Item(4), Form1.ListBox2.Items.Item(5), Form1.ListBox2.Items.Item(6), Form1.ListBox2.Items.Item(7), Form1.ListBox2.Items.Item(8), Form1.ListBox2.Items.Item(9)}[/COLOR]
For i = 0 To 4
TreeView1.Nodes.Add("Partijen " & i.ToString)
For spelerIndex As Integer = 0 To Team1.Length - 1
Dim tegenstanderIndex As Integer = spelerIndex + i
If tegenstanderIndex >= Team2.Length Then tegenstanderIndex = (spelerIndex + i) - Team2.Length
TreeView1.Nodes(i).Nodes.Add(Team1(spelerIndex) & " - " & My.Settings.Straat1 & " - Tegen - " & My.Settings.Straat2 & " - " & Team2(tegenstanderIndex))
Next
Next
Catch ex As Exception
End Try
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.