Everytime I tried to get rid of the windows border this happened to me. I just settled for having the windows border and having my move script just put the top border slightly off the top of the screen. I actually use a different key to move each client but it could be setup to do it all in one at the begining of your session. The script is very simple with hotkeynet. I also have a hotkey that resets the windows titles back to normal if I want to reposition the clients. This could be greatly optimized and beefed up but it does what i need for my main client. I typically only run 3 clients so I don't have an positioning on the 2nd computer. I'm a bit lazy and havent bothered fixing it up for running 3 or 4 from one script.Originally Posted by 'Redbeard',index.php?page=Thread&postID=196334#pos t196334
//-----------------------------------------------------------
// CTRL R WILL RENAME EVE client's AFTER MANUAL LAUNCH
//-----------------------------------------------------------
<Hotkey ScrollLockOn Ctrl SHIFT R>
<SendPC local>
<RenameWin "EVE" EV1>
<TargetWin "EV1">
<SetWinPos -3 -26>
<Hotkey ScrollLockOn Ctrl SHIFT T>
<SendPC local>
<RenameWin "EVE" EV2>
<TargetWin "EV2">
<SetWinPos -1683 -26>
<Hotkey ScrollLockOn Ctrl SHIFT Y>
<SendPC local>
<RenameWin "EV2" EVE>
<RenameWin "EV1" EVE>
//This bit is completely unnecessary unless you want to do more stuff after moving them. Such as broadcasting.
//-----------------------------------------------------------
// DEFINE A MAIL LABEL FOR EACH EVE
//-----------------------------------------------------------
<Label w1 Local SendWinM EV1>
<Label w2 Local SendWinM EV2>
Connect With Us