Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Code translation in VFP
Message
From
04/04/2002 11:10:47
 
 
To
04/04/2002 04:29:26
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00640260
Message ID:
00640917
Views:
14
>thank you for your answer. your code is very powerfull but instead of :
>
>FOR EACH oInstance OF oIEColl
>
>you should write :
>
>FOR EACH oInstance in oIEColl
>
>this idea comes from Erik Moore #010229.
>
>i have now another problem.
>i want to write a program that is started with windows and works in memory.
>whenever an IE instant starts this program is activate.
>how can i do it ?

That's going to involve custom code linked to the IE startup; if this needs to be applied outside of VFP (eg. the instance of IE is not spawned by VFP) you'll need to add code somehow to the initialization or navigate methods of InternetExplorer.Application - probably VBScript or JScript is the most suitable language for the task.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform