Is it possible to capture clicks from the extra buttons of a mouse in WPF? I want to implement back and forward navigation using the mouse in my application like when you browse the Internet. When an extra button is clicked I want to execute a command. I have only managed to find examples where the left/right/wheel buttons are used.
Thanks in advance.