Check those functions:
Quote:
_WinAPI_GetForegroundWindow()
_WinAPI_GetWindow($hWnd, $iCmd)
WinGetHandle ( "title" [, "text"] )
WinSetTitle ( "title", "text", "newtitle" )
|
I don't know how the exact situation is but i guess you could open the clients after each other and use WinSetTitle between opening them.
Maybe you could also use _WinAPI_GetForegroundWindow() and just switch from window to window.
Greez AppleTree