dguttman
Programmer
- Apr 4, 2011
- 8
Hello,
I am using Builder C++ 6.
I have a TForm descendent which zooms when the mouse wheel is moved. When I deactivate the the form by clicking on something else (e.g. TEdit or TCheckListBox), then click back into the form, other mouse events are handled correctly, but I lose the mouse wheel events. How can I force the form to catch everything again? Minimizing and restoring the form fixes it.
Thanks.
I am using Builder C++ 6.
I have a TForm descendent which zooms when the mouse wheel is moved. When I deactivate the the form by clicking on something else (e.g. TEdit or TCheckListBox), then click back into the form, other mouse events are handled correctly, but I lose the mouse wheel events. How can I force the form to catch everything again? Minimizing and restoring the form fixes it.
Thanks.