Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
InternetExplorer.Application
Message
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01329304
Message ID:
01329306
Views:
22
This message has been marked as the solution to the initial question of the thread.
Use Intellisense
LOCAL oIE AS InternetExplorer.Application
oIE = CreateObject("InternetExplorer.Application")
...
oIE.Quit()
>How do I close the explorer window ?
>
>I need to close it after read by my application,
>because I am using scan, I many open windows will cause memory problems
>
>I tried oIE.close, and oIE.release but they do not work
<snip>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform