tags:

views:

37

answers:

1

The vb6 has a very basic undo and redo mechanism, stated here: http://msdn.microsoft.com/en-us/library/ee440706(office.12).aspx#CommunityContent

i want it to undo changes like if i move a button to some plave and press ctrl z it should come back to its prev place.

Can any guide me to a vb6 addin that does this.

Appreciate you help

A: 

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?

MarkJ
for some reason i cant spot any subversion in my question you refered.
jaminator
I didn't mention *subversion* but I did say [I hope you are using version control](http://stackoverflow.com/questions/3396417/changes-to-a-dialog-wont-appear-when-i-run-it-in-visual-basic-using-vb-editor-6-0/3396456#3396456)
MarkJ