I'm trying to create an undo button that will allow me to pop items off a stack.
the items are images, which are displayed in an picturebox, manipulated somehow, then if i require will let me cycle back through the changes, each time putting the change back into the picturebox.
so far i can't figure out how!
any clues?