Hi,
Does anyone know how to trap the side scroll events when the user clicks the scroll left/right buttons on their mouse.
I've tried the MouseWheel event but that only supports vertical scrolling. I've also looked at the MouseDown event, but that doesn't fire when the scroll buttons are pressed, so I tried overriding the PreProcessMessage function to see if there are any messages that fire on the side scrolling but there doesn't seem to be any...
Can anyone help with this?
Thanks
Chris
Does anyone know how to trap the side scroll events when the user clicks the scroll left/right buttons on their mouse.
I've tried the MouseWheel event but that only supports vertical scrolling. I've also looked at the MouseDown event, but that doesn't fire when the scroll buttons are pressed, so I tried overriding the PreProcessMessage function to see if there are any messages that fire on the side scrolling but there doesn't seem to be any...
Can anyone help with this?
Thanks
Chris