vb.net undo

  1. M

    Question How to create an Undo function

    Hi, I am a beginner VB programmer and my first project is to do a random app. I am working on a Notepad like text editor and I'm trying to put an Undo function in it. When you click the undo menu, I want to simply undo the last action (added char, removed char, paste, delete...). It doesn't have...
Back
Top