![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
| |
| | #1 (permalink) |
| | DragDeltaEventsArgs.VerticalChange cumulative The documentation for DragDeltaEventsArgs.VerticalChange says "Gets the vertical distance that the mouse has moved, since the previous DragDelta event, when the user drags the Thumb with the mouse." To me this means that each time the DragDelta handler is called the previous value of VerticalChange is cleared out and it should just contain the differences from the last vertical value. In my app, when the DragDelta handler is called, VerticalChange shows the cumultive effects of my drag. If I move the mouse down slowly I get 1, 2, 3, 4.. when I would expect 1, 1, 1, 1. If I move the mouse down and then back up I get 1, 2, 3, 2, 1 when I would expect 1, 1, 1, -1, -1. I've tried setting args->Handled = true but that has no affect. Am I misinterpreting the documentation? Doing something wrong? John |
My System Specs![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| installed June 2009 Cumulative Update Media | Vista General | |||
| Cumulative Update for MCE KB941229 | Vista General | |||
| Media Center cumulative update!!! | Vista music pictures video | |||
| Major Cumulative update (USB) rollup for Vista (Jul 20) | Vista General | |||
| Vista IE7 Last Cumulative Update F/U Workarounds etc | Vista General | |||