Hi,
Im wondering how the function "SendKeepActive" does really work - and I mean not how to use the function, but instead what's the C/C++ code behind this function ?
I'm asking because I want to create a very fast program that keeps a specific window active whenever looses focus, and activate it back. Tried a While loop with WinActivate but is not even close as fast as SendKeepActive . So how can SendKeepActive keep a window focused that fast ? ?
Im wondering how the function "SendKeepActive" does really work - and I mean not how to use the function, but instead what's the C/C++ code behind this function ?
I'm asking because I want to create a very fast program that keeps a specific window active whenever looses focus, and activate it back. Tried a While loop with WinActivate but is not even close as fast as SendKeepActive . So how can SendKeepActive keep a window focused that fast ? ?