minimize Internet Explorer window

rikklaney1

Registered User.
Local time
Today, 15:09
Joined
Nov 20, 2014
Messages
157
So I've learned how to open an internet explorer window using this....


'Set objIE = CreateObject("InternetExplorer.Application")
'objIE.Visible = 1
'apiShowWindow objIE.hwnd, SW_MAXIMIZE


But how would you minimize one that is already opened?
 
Maybe I'm missing something but that post is about the Access window isn't it? I'm trying to find a way to, on a timer event, minimize an internet Explorer window. So basically instead of creating a new internet window how do I tell it to focus on the one already opened?
 

Users who are viewing this thread

Back
Top Bottom