Forum: VB.NET |
Thema:
AW: Textboxen in Groupbox |
Von:
Guido Nachtigall (
08.11.2006 12:05) |
Hallo, Merlin,
greifst du über die GroupBox auf die Textbox zu ?
For Each MyControl As Control In MyGroupbox.Controls
If TypeOf MyControl Is TextBox Then
If MyControl.Name = MyName Then
?
End If
Exit For
End If
Next
Antworten
Vorsicht bei der Eingabe: Die Zeichen ' oder -- sind nicht erlaubt!