I cannot find many tek-tips on mousewheel use...
And the 'help' file isn't particularly
I have a Grid and highlighted a row.. but the wheel part of the mouse seems to do nothing...
Can I code it?
JF
And the 'help' file isn't particularly
Code:
PROCEDURE Object.MouseWheel
LPARAMETERS nDirection, nShift, nXCoord, nYCoord
I have a Grid and highlighted a row.. but the wheel part of the mouse seems to do nothing...
Can I code it?
JF