gruntydatsun Posted October 20, 2011 Share Posted October 20, 2011 Hello, Can anyone help with setting the zoom level on an instance of IE to 100%? I found this thread but it's not really a reliable way to get zoom set to 100%: Any help appreciated. Link to comment Share on other sites More sharing options...
Damein Posted October 20, 2011 Share Posted October 20, 2011 Well, the default key to set zoom, if I remember correctly (I know for sure in Firefox & Chrome) is Ctrl+0 not, ++. Why is this not a reliable way, so long as you first focus the program on the IE window? onderijw 1 Most recent sig. I made Quick Launcher W/ Profiles Topic Movie Database Topic & Website | LiveStreamer Pro Website | YouTube Stand-Alone Playlist Manager: Topic | Weather Desktop Widget: Topic | Flash Memory Game: Topic | Volume Control With Mouse / iTunes Hotkeys: Topic | Weather program: Topic | Paws & Tales radio drama podcast mini-player: Topic | Quick Math Calculations: Topic Link to comment Share on other sites More sharing options...
gruntydatsun Posted October 20, 2011 Author Share Posted October 20, 2011 Thanks Damien. Ctrl+0 does it. Ctrl++ was no good because it just increments up the zoom level. I needed to get the zoom to a known 100%. I'm using PixelGetColour to find the top left corner of one of those annoying onscreen keyboards for logon for my work web email client. Screen resolution is always the same so I just need to make sure it's at a known zoom so I can narrow down the pixel searching range to keep it speedy. The stupid O/S keyboard keeps moving around the screen after every keypress so you have to chase it with your mouse. Logging in feels like a game of chasey. Thanks for the tip Link to comment Share on other sites More sharing options...
MWIDNER21 Posted July 5, 2012 Share Posted July 5, 2012 Try CTRL+* This will set the screen back to 100% whether it is 150% or 50%. Link to comment Share on other sites More sharing options...
sudeepjd Posted July 23, 2021 Share Posted July 23, 2021 If anyone is still looking for this solution you can use the following to set the IE Zoom level $iZoomLevel = Int(30) ;30% Zoom $oIE.ExecWB (63, 0, $iZoomLevel, Null) 63 is OLECMDID_OPTICAL_ZOOM Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now