1. Wheel Move not being detected
- Posted by Andrew Katz <Akatz712 at gmail.com> May 19, 2007
- 581 views
I am trying to use the mouse wheel to zoom in and out of a graphic. However, it does not detect it in the graphics window. I know that my wheel move works, since I have an up down control, and when I give that focus, the mouse wheel scrolls that up and down automatically. Andy Katz B.S. Computer Science, 1978 Rensselaer Polytechnic Institute (RPI)
2. Wheel Move not being detected
- Posted by Andrew Katz <Akatz712 at gmail.com> May 27, 2007
- 583 views
I am trying to use the mouse wheel to zoom in and out of a graphic. However, it does not detect it in the graphics window. I know that my wheel move works, since I have an up down control, and when I give that focus, the mouse wheel scrolls that up and down automatically. Andy Katz B.S. Computer Science, 1978 Rensselaer Polytechnic Institute (RPI)
3. Re: Wheel Move not being detected
- Posted by Wolfgang Fritz <wolfritz at king.igs.net> May 27, 2007
- 604 views
Andrew Katz wrote: > However, it does not detect it in the graphics window. I know that my wheel > move works, since I have an up down control, and when I give that focus, the > mouse wheel scrolls that up and down automatically. ..if you mean a bitmap, in Windows, try adding the SS_NOTIFY attribute.