tags:

views:

28

answers:

1

Hi,

Does anyone know how I could make a mouse's back and forward shortcut buttons work within a System.Windows.Forms.WebBrowser control?

/T

A: 

Have a look at the navigation commands:

http://msdn.microsoft.com/en-us/library/system.windows.input.navigationcommands.aspx

Sdry
Isn't commands WPF only? I must not use WPF in this particular case because of legacy code etc.
thehan
Sorry bout that, maybe this provides more answers:http://stackoverflow.com/questions/54758/getting-the-back-fwd-history-of-the-windows-forms-webbrowser-control
Sdry
Sorry, it does not
thehan