Patrick Roy

Patrick Roy

  • NA
  • 1
  • 0

Capturing Windows Message

Oct 26 2006 2:53 PM
Hi, I'm trying to figure out a way to capture the WM_PASTE message from the currently active window using GetForegroundWindow(). I'm able to capture it with the WndProc override function if I do it on a control I created but not on external windows. Does anyone have an idea on how to do this? Thanks, Pat