PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: David Kenny on July 20, 2014, 06:58:40 PM

Title: FF_PUMPHOOK
Post by: David Kenny on July 20, 2014, 06:58:40 PM
Paul,

You made this statement in a post last year:
QuoteFF_PUMPHOOK is the best place for you to implement what you need. You can intercept any message destined for any control or form. You can filter out anything that you need to process and simply call your own function.
I just want to point out that this is not always the case.  My testing shows that only one WM_COMMAND (when the program starts) makes it to the FF_PUMPHOOK function.  I can get every WM_COMMAND in each forms WM_COMMAND message function so there is no real problem.

I had remembered that quote and it had me scratching my head for a while thinking that I was doing something wrong. I'm hoping to save others some time by pointing this out.