How would I go about regularly checking whether this window exists:
WMP9MediaBarFlyout1342137C
and then stop it from becoming visible using some means (I guess DestroyWindow would be sufficient here)? I'd imagine FindWindowEx would be needed, but I don't know where to start; I need to find a practical way of regularly checking on the window, as in, when it happens, not every five seconds or so.
Thanks in advance