The VB6 IDE has a very basic undo and redo mechanism, stated here
I want it to undo changes like if I move a button to some plave and press Ctrl+Z it should move back to its previous position.
Can anyone guide me to a VB6 addin that does this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no such add-in as far as I know. The best solution is to use a version control system like subversion, so that you can track your changes and undo them at any future time if you wish.
I think I advised you to use version control in a comment on your other question where you said you’d inherited a huge VB6 application?