[Request][Help] Moving clients to position on screen (right-top corner)

01/09/2010 19:29 Glenneke15#1
Quote:
Ive been looking for a program or tool that would move my CO client to the right top corner.

I allways do this manually but with opening a few clients closing needing to reopen them... it gets anoying.

I place them there so i can watch movies in windows placed to the left of my screen. This way i can still see if pkers come or if i get stuck or what ever.

So anyway im looking for a tool that could place it there when i open a new co, or just a button to place all CO windows there on click.

Is there anyone who could write sush a tool or could anyone give me a few hints on how to move clients so i could try and make it myself.

If anyone could help me out with this it would be appreciated :handsdown:

if by any chance i missed a topic that would allready have this, please link me and im sorry for not being able to find it then :p
Just found an easy way to do this with autohotkey.

for who ever is interested the ahk script would be:
Code:
WinWait, [Conquer] Raiding Clans
WinMove, 0, 0 ;
For top left corner, for right top corner you have to look at what your resolution is to know where to put it.


EDIT://
Ok now, with the new chat in conquer i noticed moving my CO with this is not a correct way.
Basicly this code will move the window there but the blue bar on the top (with the close and minimize button) doesn't move along. This means that you enlarge the chat box cause that bar is in the way. So if anyone has an idea to move the conquer online client (and also the blue bar) to a position it would be realy appreciated ^^
02/02/2010 12:21 Glenneke15#2
Bumping this up so people would notice i edited//