Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Animated images in vfp
Message
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
00255795
Message ID:
00256997
Views:
25
>Your most important method will be navigate(). You pass it a URL and that's it. Once the document is downloaded, the entire HTML object model is available through the IE.Document object. The WebBrowser control itself has a lot of other properties too, that allow you to go back, refresh, and pretty much everything you can do in the IE browser. I believe Ken Levy has built a functional browser in a VFP form using the control (it wouldn't be hard- just figure out the proper methods and put buttons and stuff to tie the VFP form to th control). Check out his website classx.com. By far the most helpful resource for me is the HTML help file for the control that comes with MSDN: ieref.chm. It details the entire object model for the control (the object model for the control and IE through automation are the same); if you know one, you know them both, with few exceptions.

Thanks, Erik - I have liftoff (opening URLs with the control) now. I have the MSDN Help file too. I'm going to have to improve on my HTML finally, I guess, for this project, but it's about time I did anyway...
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Previous
Reply
Map
View

Click here to load this message in the networking platform