Log in

View Full Version : Tri Screeing question



Payne
01-17-2008, 09:50 PM
I am trying out multi boxxing and was wondering how you guys make the screens so even? I dragged wow folderer into the /c 3 times named em wow2/3/4. The bottem screen is perfect but the other 2 there is a huge 5in cap inbetween them was wondering if anyone knows how to fix this, Thanks a lot.

thinus
01-17-2008, 09:58 PM
Are you using KeyClone? Are you using Maximizer? Are you using multiple screens? What resolutions are you running in and what sizes are you trying to get your WoWs to?

Exce
01-18-2008, 01:05 AM
i believe Payne was following the same guide i am using... How to Box 5 accounts (or 2 or 3 or 4) with ONE computer by mxracer050 ('undefined').

further down he talks about box'ing 3 accounts using maximizer and keyclone.

he wrote a macro for maximizer telling us to run it


REM batch file to launch 3 evenly spaced wows
REM Left monitor
c:\wow2\maximizer.exe --margin 480,30,0,0
REM top of right mon
c:\wow3\maximizer.exe --margin 0,570,0,840
REM bottom of right mon
c:\wow4\maximizer.exe --margin 0,570,840,0

im not great with type of stuff,, but i imagine the numbers are the sizefrom screen edge or something, so obviously the two with 0 (the height or something from top of screen and 570 from bottom of screen) are our 2 top windows. what we could try here is changing our 840 size to something larger.

im writting to you this without much time to experiment for myself, but i would also really appreicate it if someone else could help us out here, as i also am having the same problem.

ussing 1280x1024 screen resolution.



thanks again,

Exce

Exce
01-18-2008, 01:08 AM
well,, thats what i get for posting without trying anything out for myself ;(

i feal so foolish now.



anyway... i changed the .bat file to

REM batch file to launch 3 evenly spaced wows
REM Left monitor
c:\wow1\maximizer.exe --margin 480,30,0,0
REM top of right mon
c:\wow2\maximizer.exe --margin 0,570,0,640
REM bottom of right mon
c:\wow3\maximizer.exe --margin 0,570,640,0

and it works fine for me.

Exce