[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Event MouseMove


Il 19/03/24 17:50, Gianluigi ha scritto:
Il 19/03/24 17:42, Mayost Sharon ha scritto:
Hello

In VB the event of: MouseMove occurs when the mouse hovers over the
control or form
without clicking the mouse button

In GB it only responds when I press the button and also move the
mouse should it be like that?
How can I implement a situation like in VB that only when I hover
over a control or form with the mouse it will trigger an event

Thanks


Hi,

Form.Tracking = True

Regards
Gianluigi


...to be clearer, the Tracking property of the window should be set to True


Follow-Ups:
Re: Event MouseMoveT Lee Davidson <t.lee.davidson@xxxxxxxxx>
References:
Event MouseMove"Mayost Sharon" <sharon@xxxxxxxxx>
Re: Event MouseMoveGianluigi <gradobag@xxxxxxxxxxx>