I don't currently know how to do this. It appears that message hooks on the popup windows do not receive WM_MOUSEACTIVATE which I can thus not block.
Also setting the window to never activate using SetWindowLong causes no keyboard messages etc to be processed at all.
Ideas?
Impact: low, but I am mainly curious to see if it can be done and it would be just that little bit nicer not to have the target application "flash" for a second.
I don't currently know how to do this. It appears that message hooks on the popup windows do not receive WM_MOUSEACTIVATE which I can thus not block.
Also setting the window to never activate using SetWindowLong causes no keyboard messages etc to be processed at all.
Ideas?
Impact: low, but I am mainly curious to see if it can be done and it would be just that little bit nicer not to have the target application "flash" for a second.