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!