![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | I just wonder ?? I just wonder ?? If I create an IE instance, Thus Set oIE = WScript.CreateObject("InternetExplorer.Application", "IE_") Is there an "oIE." variable that I can set to Affect/Control the "Magnification Factor" (percentage at the bottom right of the IE window that is eventually created) Does anyone know about this please ?? Pete (Northolt UK) |
My System Specs![]() |
| | #2 (permalink) |
| | Re: I just wonder ?? "p byers" <pb@newsgroup-ltd.co.uk> wrote in message news:4AE6B1B6.FAD622E1@newsgroup-ltd.co.uk... Quote: >I just wonder ?? > > If I create an IE instance, > > Thus > > Set oIE = WScript.CreateObject("InternetExplorer.Application", "IE_") > > > > Is there an "oIE." variable that I can set to Affect/Control the > "Magnification Factor" (percentage at the bottom right of the IE window > that is eventually created) > > > Does anyone know about this please ?? > > Pete (Northolt UK) > The Subject of a post is meant to be a very brief summary of the contents of the post, in order to attract the right respondents. You have just won the 2009 prize for the most meaningless Subject line. Can't beat this one! James |
My System Specs![]() |
| | #3 (permalink) |
| | Re: I just wonder ?? "p byers" <pb@newsgroup-ltd.co.uk> wrote in message news:4AE6B1B6.FAD622E1@newsgroup-ltd.co.uk... Quote: >I just wonder ?? > > If I create an IE instance, > > Thus > > Set oIE = WScript.CreateObject("InternetExplorer.Application", "IE_") > > > > Is there an "oIE." variable that I can set to Affect/Control the > "Magnification Factor" (percentage at the bottom right of the IE window > that is eventually created) > > > Does anyone know about this please ?? > > Pete (Northolt UK) > http://msdn.microsoft.com/en-us/libr...94(VS.85).aspx There are screen properties deviceXDPI and deviceYDPI which you might be able to use. I think this requires at least IE 7. -- Richard Mueller MVP Directory Services Hilltop Lab - http://www.rlmueller.net -- |
My System Specs![]() |
| | #4 (permalink) |
| | Re: I just wonder ?? "Richard Mueller [MVP]" wrote: Quote: > "p byers" <pb@newsgroup-ltd.co.uk> wrote in message > news:4AE6B1B6.FAD622E1@newsgroup-ltd.co.uk... Quote: > >I just wonder ?? > > > > If I create an IE instance, > > > > Thus > > > > Set oIE = WScript.CreateObject("InternetExplorer.Application", "IE_") > > > > > > > > Is there an "oIE." variable that I can set to Affect/Control the > > "Magnification Factor" (percentage at the bottom right of the IE window > > that is eventually created) > > > > > > Does anyone know about this please ?? > > > > Pete (Northolt UK) > > > This might help: > > http://msdn.microsoft.com/en-us/libr...94(VS.85).aspx > > There are screen properties deviceXDPI and deviceYDPI which you might be > able to use. I think this requires at least IE 7. > > -- > Richard Mueller > MVP Directory Services > Hilltop Lab - http://www.rlmueller.net > -- Pete (Northolt UK) |
My System Specs![]() |
| | #5 (permalink) |
| | Re: I just wonder ?? "James Watkins" <someone@newsgroup> wrote in message news:eg7Gp9uVKHA.1268@newsgroup Quote: > > "p byers" <pb@newsgroup-ltd.co.uk> wrote in message > news:4AE6B1B6.FAD622E1@newsgroup-ltd.co.uk... Quote: >>I just wonder ?? >> >> If I create an IE instance, >> >> Thus >> >> Set oIE = WScript.CreateObject("InternetExplorer.Application", "IE_") >> >> >> >> Is there an "oIE." variable that I can set to Affect/Control the >> "Magnification Factor" (percentage at the bottom right of the IE window >> that is eventually created) >> >> >> Does anyone know about this please ?? >> >> Pete (Northolt UK) >> > Dear Pete, > > The Subject of a post is meant to be a very brief summary of the contents > of the post, in order to attract the right respondents. You have just won > the 2009 prize for the most meaningless Subject line. Can't beat this one! > > James surely these two are in a close tie. /Al |
My System Specs![]() |
| | #6 (permalink) |
| | Re: I just wonder ?? "Richard Mueller [MVP]" wrote: Quote: > "p byers" <pb@newsgroup-ltd.co.uk> wrote in message > news:4AE6B1B6.FAD622E1@newsgroup-ltd.co.uk... Quote: > >I just wonder ?? > > > > If I create an IE instance, > > > > Thus > > > > Set oIE = WScript.CreateObject("InternetExplorer.Application", "IE_") > > > > > > > > Is there an "oIE." variable that I can set to Affect/Control the > > "Magnification Factor" (percentage at the bottom right of the IE window > > that is eventually created) > > > > > > Does anyone know about this please ?? > > > > Pete (Northolt UK) > > > This might help: > > http://msdn.microsoft.com/en-us/libr...94(VS.85).aspx > > There are screen properties deviceXDPI and deviceYDPI which you might be > able to use. I think this requires at least IE 7. > > -- > Richard Mueller > MVP Directory Services > Hilltop Lab - http://www.rlmueller.net > -- BUT It looks to me, at the moment, like deviceXDPI, deviceYDPI, logicalXDPI and logicalYDPI are all 'Read Only'. BUT IF Anyone has any working scripts that prove otherwise, I would be very grateful if they could provide a snippet. I note you warning and am only really interested in using it for IE8 The good, but second best, thing is that I can detect the Scale Factor in JavaScript and advise the user to change it !! Thanks Pete (Northolt UK) |
My System Specs![]() |