Title: Message
Hi
 
I have build a Visual Basic application who creates an object with :
 
dim mi as Object = CreateObject("Mapingo.Runtime")
 
Works fine, a map is displayed, I can drive it, etc....
 
Then, through a C Win32 DLL, I have added a hook for mouse events with Win32 API SetWindowsHookEx, on the current ThreadId (returned by GetCurrentThreadId() INSIDE THE DLL)
 
All Works fine, all mouse events are detected, EXCEPT when I enter, move, leave, etc... the mouse ON THE MAP.
 
Any ID ?
 
Chris
_______________________________________________
MapInfo-L mailing list
[email protected]
http://www.directionsmag.com/mailman/listinfo/mapinfo-l

Reply via email to