Spin control: how does it works, specially when it changes acceleration ?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
hello, i'm usig this spin control, it works fine, in my application i draw some lines when the spin control increases or decreases an edit box,nice, but when the control change the acceleration it seems like iDelta and iPos (from UDN_DELTAPOS) change their behavior, because in that moment the line plotted is wrong , but after and before that moment all works fine, and the variable shown in the buddy edit box is always well. I guess that in acceleration changes happens somethig that i dont know whith spin control. Any ideas ? i can`t find any good information about how this controls works, specially the acceleration thing.