Would you please define what the NavigateByHistory method does and how
to use it?
I would like to simulate when a user clicks the browser's back button
in my SWEA related code. How would I do this?
Thanks.
Tod Birdsall, MCSD for .NET
blog: http://tod1d.net
The current implementation only supports back. It ignores parameters. It
uses IOmHistory Interface to navigate
back(http://msdn2.microsoft.com/en-us/library/Aa703740.aspx)
Regards,
Alex