Events: Difference between revisions

Content added Content deleted
Line 542: Line 542:


-- listen for WM_COPYDATA and WM_MOUSEWHEEL messages sent to current application
-- listen for WM_COPYDATA and WM_MOUSEWHEEL messages sent to current application
-- window, notify Lingo callback function 'msgReceived' when such messages occur
-- window, notify Lingo callback function 'msgReceived' when such messages occur.
-- This callback function will receive hwnd, message, wParam and lParam as arguments
-- (and for WM_COPYDATA messages also the data that was sent as ByteArray).
WM_COPYDATA = 74
WM_COPYDATA = 74
WM_MOUSEWHEEL = 522
WM_MOUSEWHEEL = 522