Is it possible to intercept the WM_PAINT message passed to an external process' window(s)?? I can't seem to catch it - I can get most other messages (using a SetWindowsHookEx call) but the WM_PAINT message eludes me....??