Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting a File II
Message
From
03/10/2002 15:40:16
 
 
To
03/10/2002 15:02:26
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00706896
Message ID:
00707522
Views:
23
Hi Hilmar,

WebBrowser is the activeX-"guts" of
IE, which can be put on a VFP-form.
IE is a shell around WebBrowser,
which can also be automated with

loie = createobject("internetexplorer.application")

but then you have to bind it's events.

It is quite "well-behaved" as far as activeX
goes, but that is relative <g>.
ShDocVw and MsHtml, if you want to research
the object model in VS. In VFP6[german] WebBrowser
is also the title of the activeX in VFP's cbo as well.

And be careful of version changes, if have to deploy!
IE4 and IE5 are "good" least common denominators.
IE5.5 had IMHO major problems and not everybody
has IE6.

HTH

thomas
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform