J Blizzard
New Member
- Joined
- Dec 23, 2019
- Messages
- 20
- Office Version
- 365
- Platform
- Windows
I'm trying to use the mouse wheel on a form. This only works until clicking into a sub form, which switches the mouse wheel to the sub form. Is there a way to keep or switch the mouse wheel back to the main form without clicking on a field in the main form? I read a forum post which suggested creating a textbox of height and width of 0, then in the form properties making the mouse down event to select this text box, but that is not working for me and I don't know if I typed that wrong, implemented it wrong, or if it was a faulty suggestion. In any case, is there a way to either lock the mouse wheel exclusively to the main form, or to have the form properties such that when a user clicks in the form background area, it brings the mouse wheel back to the main form?