Based on the feedback on 601-BETA030C, I'm starting to think that I know what's happening.
If you're moving something over the window, the first thing that happens is that the background is erased - replaced by light gray. The odd thing is that this ALWAYS happens - regardless of how busy the PC is... If it's busy it may take a long time before the actual content is displayed again, but the gray stuff always appears immediately. I'm guessing a bit here, bit it seems that Windows decides to always do this at a very high priority.
I'm now catching and ignoring ANY GUI update messages that get sent to the window, including the WM_ERASEBKGND message. This means that the window isn't visible anymore (but if you move something over it, you'll see where it is because what moved over it isn't cleaned up anymore).
** GOOD NEWS **
Previously, when moving something over my window, I say the CPU load go up a lot. That's now not the case anymore!
So, as far as window GUI updates are concerned, this is as dead as I can make it:
http://www.stereotool.com/download/radi ... TA030D.exe
If the clicking is gone with this version, then at least I know what the cause is. If it's not gone, I will be completely lost.