Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Destroy a Windows process
Message
From
14/05/2002 13:06:32
 
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00656021
Message ID:
00656273
Views:
8
Ed

It is possible that a user could instantiate another IE object by clicking on an IE shortcut.

The one in question is created with:-

WITH THISFORM
.oIE = CREATEOBJECT([InternetExplorer.Application])
.oIE.Visible = .T.
.oIE.Navigate([www.levelextreme.com])
ENDW

Could you explain how you could iterate through the Shell.Application object's Windows collection, and determine which instance is which, please?

Dennis
Previous
Reply
Map
View

Click here to load this message in the networking platform