Question: DevStudio 2005, not that it matters. What event captures middle mouse rotation? The wheel??? Thanks! Dave P
"Dave P" wrote in message news:47d2868d$0$6515$4c368faf@roadrunner.com... > Question: DevStudio 2005, not that it matters. What event captures middle > mouse rotation? The wheel??? WM_MOUSEWHEEL (Win32) / MouseWheel. eent (.NET) Mark -- Mark Salsbery Microsoft MVP - Visual C++ > > Thanks! > > Dave P >
Thanks! Got it working! Dave P "Mark Salsbery [MVP]" <MarkSalsbery[MVP]@newsgroup.nospam> wrote in message news:DC0F0125-BDB8-414E-9121-788185D2E7C2@microsoft.com... > "Dave P" wrote in message > news:47d2868d$0$6515$4c368faf@roadrunner.com... >> Question: DevStudio 2005, not that it matters. What event captures middle >> mouse rotation? The wheel??? > > WM_MOUSEWHEEL (Win32) / MouseWheel. eent (.NET) > > Mark > > -- > Mark Salsbery > Microsoft MVP - Visual C++ > >> >> Thanks! >> >> Dave P >>