Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is it possible to drive the MS explorer windows from fox
Message
From
01/02/2000 10:55:44
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00325488
Message ID:
00325592
Views:
26
>I mean, not inside a Fox Windows; I just want to open MS Explorer from Fox and tell where to go. If a user press a button in fox, I want to change the address of the current MS Explorer.
>Something with OLE maybe ?

You can do any of the following:

(1) Use the MS Web Browser control
(2) Create an instance of InternetExplorer.Application and use it's Navigate method
(3) Create an instance of Shell.Application and use it's Open method
(4) Use ShellExecute() to launch the URL
(5) If VFP6, use the FFC HyperLink class
(6) If VFP6, use the FFC ShellExecute class

I've probably missed a few; all of these have been discussed in the past week or two.
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