I've got a form that has a subform on it. Currently, in order to scroll in the subfomr with the mouse wheel, I have to click somewhere in the subform. I would like to be able to be able to have it be selected when the mouse moves over it so that I don't have to click. I've looked at the subform events, but the only two listed are On_Enter and On_Exit. I tried looking at the events of the subform as a form and not as a subform and the only one that makes sense is On_Mouse_Move. The only problem is that I don't know how to check if the mouse is moving over the subform or the regular form.
Is this possible?
Is this possible?
Comment