"Michael Elsdörfer" <> ???????/???????? ? ????????
?????????:
news:9d1d6e07-a60f-4846-b35d-...
> I'm running a Windows 3.1 app on Vista (i.e. it is running in
> ntvdm.exe), but I can't get the scroll wheel to work (I tried three
> different mice, from Logitech, Microsoft, and Dell).
>
> Actually, the "press scroll wheel and move mouse" function works (the
> one where you see a symbol on the screen where you pressed the wheel
> and can move both horizontally and vertically), but just scrolling the
> wheel has no effect.
>
> It works everywhere else in Windows.
>
> Is this a bug, or is there anything I can do?
>
It's not a bug, it's a feature. Try IntelliMouse software for Windows 3.X,
which adds scrolling capabilities to some applications. If this fails,
you'll have to write (or have written) a small utility which installs a hook
in NTVDM's space to translate the messages from the mouse software to
something like scroll messages. You google a number of "free" Win16
compilers as well as Win16 SDK.
|