scsvel
14 years agoFrequent Contributor
How to set the IE zoom property from code?
Hi all,
I want to set the IE browser zoom property setting from code using IE COM object.
I don't want to set the screen position of browser window using Top, Left, Width and Height properties nor want to set the document/page zoom level like document.body.style.zoom.
I want to change the setting of IE using IE COM. Is there any way? or In which approach I can set/change this zoom level setting?
Thanks...
I want to set the IE browser zoom property setting from code using IE COM object.
Dim IEApp
Set IEApp = CreateObject("InternetExplorer.Application")
I don't want to set the screen position of browser window using Top, Left, Width and Height properties nor want to set the document/page zoom level like document.body.style.zoom.
I want to change the setting of IE using IE COM. Is there any way? or In which approach I can set/change this zoom level setting?
Thanks...