Saturday, May 8, 2010

FullScreen Property

FullScreen Property Example

strLink= "http://www.google.com"
Set objIExplorer = CreateObject("internetexplorer.application")
objIExplorer.visible = True
objIExplorer.navigate strLink
objIExplorer.fullScreen = True



See all Methods & Properties of InternetExplorer Object here.