Quote Originally Posted by 'Freddie',index.php?page=Thread&postID=44775#post4 4775
Quote Originally Posted by 'LancerX',index.php?page=Thread&postID=44766#post4 4766
With my PC I run 5 wow clients in windowed mode but maximized. I click on the bottom client to change clients and it switches instantly to the client I switch on, works good like that so I will check out that software to see if it can do that.
Doh, sorry Lancer, you ARE the original poster! I need to cut down on the caffeine ... or up the caffeine .. or something.

K is right, you can use HotkeyNet to bring windows forward. The speed should be exactly the same as with the mouse because HKN and the mouse call the same internal Windows function. Your hotkeys should use the HKN keyword "SetForeground."

Like K said, Toggle works also but it only switches back and forth between two windows. If you want to use Toggle I'll make it cycle through any number of windows. I've been planning to make that improvement all along but was waiting for somebody to ask for it.
Ok great man thanks a ton. So I will take my 5 wow clients and rename the windows so I can use the <TargetWindow window> command correct? Then I just need to figure out how to make the macro's so when I press f1 it calls window wow1 and so on through f5. I think it may look something like this below.

<Hotkey F1>
<SendPC local>
<TargetWindow WoW1>
<SetForeground>

Is this right? and is it case sensitive?