Pitidd
Grünschnabel
Hallo,
Ich habe ein kleines Problem. Ich will dass sobal Irgendetwas in der ListboxBlocks gewählt ist, die If-Funktion aktiviert wird. Kann mir bitte jemand sagen wass ich für das x und das y
einsetzen muss?
Danke im Voraus,
Pitidd
Ich habe ein kleines Problem. Ich will dass sobal Irgendetwas in der ListboxBlocks gewählt ist, die If-Funktion aktiviert wird. Kann mir bitte jemand sagen wass ich für das x und das y
einsetzen muss?
Code:
If ListBoxBlocks.Visible = True And ListBoxBlocks.x = y Then
GenSelect = ListBoxBlocks.SelectedItem
GroupBoxWeb.Text = GenSelect
GroupBoxWeb.Visible = True
End If
Pitidd