Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Help with IE object

0 views
Skip to first unread message

Spero

unread,
Nov 28, 2009, 10:31:07 AM11/28/09
to
I am using a form to direct users of my db to a website with the code
below. I want to hide the form when they go to the internet and unhide
when they close it. How can this be done, detect when the object is
closed?

Set Newsite = CreateObject("InternetExplorer.application")
Newsite.Visible = True
Newsite.FullScreen = True
‘hide the form here
Newsite.AddressBar = False
Newsite.Navigate https://url


Unhide form here when object is closed/on fire quit

Thanks

0 new messages