These are all good ideas.

The alt thing is was an interesting consideration. I just tried sandwiching WinActivateBottom between Send {Alt Down} and Send {Alt Up}. Didn't seem to have any affect.

I think what's happening is .. Like you said, just sending the active window to the bottom isn't enough because the desktop then becomes the topmost window? Which Is why I am able to click the WoW frame that Was at the bottom to instantly focus it.

The clicking on the titlebar/ border thing sounds like a good idea as a last resort.

You can push the Active Window to the top using
Code:
WinSet, Top,, A
or

Code:
Winset, Top,, <Window Name>
The problem with this is obviously the WoW windows have the same name ... So when I push one to the bottom ... I don't know how to target the window that was, at the bottom right ... ? Ya know? Maybe I can push both the desktop and the top WoW window to the bottom? but I don't know how to do that either > . <

But yea I'll keep trying to figure something out based on what you said, thanks mbox_bob