Hi,

I've created a win forms application that is designed to run on a windows 8 tablet, however I have one issue that I cannot seem to resolve.

The application allows the users to move remote objects by holding down directional buttons, this works fine with actual mouse clicks and mouse down events but when operated using a finger press on the tablet the mouse down event becomes a right button click and the remote device stops moving.

I've read about the stylus class and ways to disable the 'press and hold for right mouse' but this only applies to WPF, does anybody have a method of disabling this on a win forms application ?

Thanks in advance.