views:

346

answers:

1

I'm using a webbrowser component in VS 2008 with C#. How can I determine (with execCommands or something like that) if something is one the browser's undo/redo stack

and

how can I reset this stack (so that no undo redo steps are available anymore).

Thanks!

A: 

Hi nobugz,

I don't know why they "are not" supportet (in fact they are and I use them). However, the problem is not Undo/Redo itself but how I can delete the stack and how I can determine if something is on the stack (so I can Enable/Disable the Undo/Redo buttons correctly).

I updated my post
Hans Passant