Maximize Property in InternetExplorer Object?
I am controlling the InternetExplorer Object remotely from VBA in Access; my goal is to open internet explorer Maximized (not full-screen); the InternetExplorer object allows me use a full screen property, but using this will only show the browser as full screen with no toolbars (i need the full-on browser with toolbars); i can use the height, width properties and Left, Top properties to make mximized-like window but this won't allow me to easily port my app if users had different screen resolutions, etc;
SO, is there a property or trick that i can use to enlarge the explorer window after i open it, like would happen if i mouse clicked the window Maximize button? Or is the windows size properties of the InternetExplorer object my only option?
Thank you!
Llyal Gordon
I am controlling the InternetExplorer Object remotely from VBA in Access; my goal is to open internet explorer Maximized (not full-screen); the InternetExplorer object allows me use a full screen property, but using this will only show the browser as full screen with no toolbars (i need the full-on browser with toolbars); i can use the height, width properties and Left, Top properties to make mximized-like window but this won't allow me to easily port my app if users had different screen resolutions, etc;
SO, is there a property or trick that i can use to enlarge the explorer window after i open it, like would happen if i mouse clicked the window Maximize button? Or is the windows size properties of the InternetExplorer object my only option?
Thank you!
Llyal Gordon