I have this code so far.
vb Code:
Private Sub btnUndo_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnUndo.Click SendKeys.Send("^Z") End Sub
I wanted the Undo button to be able to Undo the changes anywhere on the form (In any of the text boxes, quite a few!)
But this does not work. Any ideas?




Reply With Quote