Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
An ActiveX Control for Displaying HTML?
Message
From
15/07/2003 11:18:10
Eric Sedlacek
TTSS Interactive Products
Rockville, Maryland, United States
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00809853
Message ID:
00810227
Views:
33
Interesting stuff. I've managed to find out a few things. The class being
referred to appears to be the ThumbCtl class in webvw.dll...I think.
Unfortunately, I have not been able to make use of the class successfully.
When I try to make an instance of the class in a form, I get the "0x80029c4a
error loading type library/DLL" error. I am obviously missing something.

>Eric,
>
>Perhaps you can hook into the same thing that displays the page as a thumbnail on the left side of the right pane inside Windows Explorer. you might look at the htt file and see how they are doing it there.
>
>Later tonight:
>
>I found this chunk of code in folders.htt:
>
>
><!-- this is the thumbnail viewer control -->
><object id=Thumbnail classid="clsid:1D2B4F40-1F10-11D1-9E88-00C04FDCAB92" style="display: none">
></object>
>
><!-- this is the status message that pops up during thumbnail generation -->
><div id=Status style="display: none">
>   Generating preview...
></div>
>
>
>There is some other relevant code higher up in that file, but it certainly looks like there is an object that you can embed in your thumbnail view webbrowser control on the form to handle the task. You might check MSDN to see if there are any relevant articles to help you get it running.
>
>>I really should have used the word "thumbnail" in my original questions
>>because it would have given a better picture of what is needed.
>>
>>The problem with the standard web browser control is that you can't resize
>>the contents...as far as I can tell at least.
>>
>>We need to be able to show a web page in say the upper left quadrant of the form with the contents rescaled to match the reduced size.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform