The UK Home Automation Archive

Archive Home
Group Home
Search Archive


Advanced Search

The UKHA-ARCHIVE IS CEASING OPERATIONS 31 DEC 2024


[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

Re: [OT] Some clever multi monitor help please!!



How about a simple vb script to position an explorer window:

Dim Browser1
Dim SWidth
Dim SHeight
Set Browser = CreateObject("InternetExplorer.Application")
Browser1.Navigate http://yoururlhere.com/page.html
Do Until Browser.ReadyState = 4:WScript.Sleep 10 : Loop
Browser1.Toolbar = False
Browser1.StatusBar = False
Browser1.Resizable = False
SWidth = Browser1.Document.ParentWindow.Screen.AvailWidth
SHeight = Browser1.Document.ParentWindow.Screen.AvailHeight
Browser1.Width = 320
Browser1.Height = 550
Browser1.Left = 0 'SWidth - Browser1.Width
Browser1.Top = SHeight - Browser1.Height
Browser1.Visible = True

Repeat / modify as needed for additional windows and positions.

Save as a .vbs and bung it in your startup folder.

Martyn


----- Original Message -----
From: "noel_pilot" <HA@xxxxxxx>
To: <ukha_d@xxxxxxx>
Sent: Wednesday, April 12, 2006 11:49 AM
Subject: [ukha_d] [OT] Some clever multi monitor help please!!


> Hey all,
>
> Got a funny one that I could use some help with,
>
> We have a new development at work that is about to rollout into our
> aircraft hangars.  Basically we have three aircraft in a hangar at one
> time and there is to be one 17" tft monitor per aircraft.  These
are
> mounted approximately 4 feet apart at the front of the hangar.
>
> The monitors need to display an IE web page with a specific bay URL
i.e.
>
> www.xxxxx.com/bay1
> www.xxxxx.com/bay2
> www.xxxxx.com/bay3
>
> We would like to drive all 3 monitors from one pc and have the pc
> somehow automatically position each IE window on the correct screen.
> Ideally this would work following a restart with no user interaction
> at all.
>
> I know this is possible if I use three different browsers as the
> Matrox graphics driver software allows profiles to be set for
> different applications, e.g. put Firefox on monitor 1, IE on monitor 2
> and Opera on monitor 3.
>
> Unfortunately my IT bods aren't having any of this use three different
> browsers idea so we need to try and find another solution that doesn't
> involve the users manually positioning each screen!
>
> So....I'm turning to arguably the UK's if not the worlds finest
> technowizadry resource!!...UKHA_D!
>
> Any ideas anyone?!!  Ideally not going down the roads of VMware!
> And we desperately want to avoid one pc per screen!
>
> Many Thanks in advance
>
> Noel
>
>
>
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>


___________________________________________________________
24 FIFA World Cup tickets to be won with Yahoo! Mail http://uk.mail.yahoo.com



UKHA_D Main Index | UKHA_D Thread Index | UKHA_D Home | Archives Home

Comments to the Webmaster are always welcomed, please use this contact form . Note that as this site is a mailing list archive, the Webmaster has no control over the contents of the messages. Comments about message content should be directed to the relevant mailing list.