Hello all,

Is it possible to create a undo drop down like in word? I'm using a RichTextBox and can get multiple undo's / redos working. I have also tried to make a drop down toolbar button and made a context menu tied to it so it lists all the undo / redo steps. Problem is I want to make it work like Word/VS where if you highlight more then just the first one (Say the third down) it will highlight the two about it also. I cant get this to work. Can I do this with a context menu or do I need to float a combo box under the button. Also how does it keep track of how many things to undo redo? I imagine removing and adding to the combo boxes will be the easy part. Any ideas appreciated. Thanks.

Allan.