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 [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
