Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
An ActiveX Control for Displaying HTML?
Message
 
 
À
14/07/2003 15:28:18
Eric Sedlacek
TTSS Interactive Products
Rockville, Maryland, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00809853
Message ID:
00809969
Vues:
34
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.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform