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?
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?
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?