|
-
Nov 19th, 1999, 01:12 AM
#1
Thread Starter
Hyperactive Member
Hi,
I would like to create an UNDO for my small NotePad. I have created an UNDO already but sometimes for some reason when I press UNDO the Text compleatly vanishes. I would like to see an Example please.
Thanks
-
Nov 19th, 1999, 01:47 AM
#2
I think there's an example on here. Try
downloading it.
-
Nov 19th, 1999, 01:48 AM
#3
Simple Undo..
Code:
Private Sub Command1_Click()
Text1.SetFocus
SendKeys "^Z", 1
End Sub
------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|