I’ve been using WinMove to send windows silently to the outer unseen reaches, because it is so much easier than Hiding with ???SetState.
Why easier? Because it doesn’t need a redraw after the @SW_SHOW and it even lets me draw on it when it’s off screen.
But I know in my heart it’s wrong. I know I could also loop around waiting for GUI messages, but even that seems more complicated.
Is there a way to accomplish what I am doing without winmove but still has
No unnecessary re