Does anyone know how to recieve windows messages before/without VFP processes them?
A C application's main event loop has a message processor... VFP does too, but only hands certain messages to VFP-created Forms. I know that it is possible to intercept the "mouse scroll" event on the VFP main window (that's used for the callback message in the VFP Tray-Icon example), but I need to process other messages.
Perhaps an ActiveX control someone knows about that would simply have a Message event which I could tie VFP code to.
(Hopefully such a control would have a "message mask" so that the many thousands of "other" messages would be ignored, and not take up the CPU time of processing VFP code)
- Bill
Get the best answers to your questions -- See FAQ481-4875.
A C application's main event loop has a message processor... VFP does too, but only hands certain messages to VFP-created Forms. I know that it is possible to intercept the "mouse scroll" event on the VFP main window (that's used for the callback message in the VFP Tray-Icon example), but I need to process other messages.
Perhaps an ActiveX control someone knows about that would simply have a Message event which I could tie VFP code to.
(Hopefully such a control would have a "message mask" so that the many thousands of "other" messages would be ignored, and not take up the CPU time of processing VFP code)
- Bill
Get the best answers to your questions -- See FAQ481-4875.