AdxiehtmlDocEvents1_OnMouseMove

Add-in Express™ Support Service
That's what is more important than anything else

AdxiehtmlDocEvents1_OnMouseMove
 
jolly




Posts: 14
Joined: 2016-04-28
Hello!
I am a newbie.
In Sample code, eventObj is null when mouse has moved in input text field.

Here is my sample code.

Private Sub AdxiehtmlDocEvents1_OnMouseMove(sender As Object, eventObject As Object) Handles AdxiehtmlDocEvents1.OnMouseMove
Dim eventObj As mshtml.IHTMLEventObj2 = CType(eventObject, mshtml.IHTMLEventObj2)
End Sub

Plz, help me!

Thanks
Posted 30 Apr, 2016 03:08:48 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Jolly,

Did you set the 'SupportedEvents' property of the 'ADXIEHtmlDocEvents' component to 'Document;Window'?
Posted 02 May, 2016 04:15:40 Top
jolly




Posts: 14
Joined: 2016-04-28
Sorry and Thanks
I did not set Document;Window.
^^;
Posted 02 May, 2016 20:38:33 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Jolly,

Thank you for keeping us informed.
Posted 03 May, 2016 03:30:25 Top