http://bugs.winehq.org/show_bug.cgi?id=3048
--- Comment #17 from Nikolay Sivov bunglehead@gmail.com 2009-04-10 08:32:21 --- (In reply to comment #16)
(In reply to comment #9)
The arrows don't work for me with Up-Down.exe.
For the range test, you have to send the control UDM_SETRANGE, with lparam as: MAKELONG(9, 3). The control still "gets stuck".
This patch should fix it:
http://www.winehq.org/pipermail/wine-patches/2009-April/071734.html
Committed:
http://source.winehq.org/git/wine.git/?a=commit;h=b2917cf59894cb2f92ad8e69c1...