G
Guest
hi,
i have a form with some textBoxes in array.
how can i know to which textBox to permit the "undo"
becase when im using the "textBox.canUndo" there is more then one possibility
?? what can i do??
For i = 0 To 9
If arrTextBox1(i).CanUndo = True Then
arrTextBox(i).Undo()
arrTextBox(i).ClearUndo()
Exit For
End If
thanks
i have a form with some textBoxes in array.
how can i know to which textBox to permit the "undo"
becase when im using the "textBox.canUndo" there is more then one possibility
?? what can i do??
For i = 0 To 9
If arrTextBox1(i).CanUndo = True Then
arrTextBox(i).Undo()
arrTextBox(i).ClearUndo()
Exit For
End If
thanks