Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to close Internet Explorer_Frame class objects
Message
From
24/04/2002 11:49:11
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
How to close Internet Explorer_Frame class objects
Miscellaneous
Thread ID:
00648734
Message ID:
00648734
Views:
47
the code below from ED closes all internet windows.

oShell = CREATEOBJ('Shell.Application')
oIEColl = oShell.Windows
FOR EACH oInstance in oIEColl
oInstance.Quit
ENDFOR
oIEColl = NULL
oShell = NULL

but there are two problems :
1 - it closes the windows explorer window too.
2 - it can't close the "Internet Explorer_Frame" class objects.

how to solve these problems ?
Next
Reply
Map
View

Click here to load this message in the networking platform