Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Microsoft Technical Newsgroups > Avalon

DragDeltaEventsArgs.VerticalChange cumulative

Closed Thread
 
Thread Tools Display Modes
Old 08-23-2006   #1 (permalink)
=?Utf-8?B?Sm9obiBEdW5u?=
Guest


 

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


Closed Thread

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cumulative Security Update for IE stops IE7 from showing web pages Dima Vista General 14 02-28-2008 04:44 PM
Cumulative Update for MCE KB941229 Andre Da Costa[ActiveWin] Vista General 5 11-02-2007 02:01 PM
Media Center cumulative update!!! Shane Davenport Vista music pictures video 1 08-26-2007 12:58 PM
Major Cumulative update (USB) rollup for Vista (Jul 20) Milhouse Van Houten Vista General 0 07-20-2007 11:47 PM
Vista IE7 Last Cumulative Update F/U Workarounds etc ...winston Vista General 0 05-16-2007 08:30 PM








Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50