WM_COPYMESSAGE Window Messages in general RR

Mark Wieder mwieder at ahsoftware.net
Mon Aug 1 17:07:24 EDT 2005


N-

Monday, August 1, 2005, 12:54:22 PM, you wrote:

> How does one receive and process native Win32 messages from inside RR?

You need to write a DLL to process them. Put a standard event loop in
the windowproc of the DLL window and catch the WM_COPYMESSAGEs. You
can process them there or pass the data back to rev in a callback.

-- 
-Mark Wieder
 mwieder at ahsoftware.net




More information about the use-livecode mailing list