Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ActiveX control in HTML document possible?
Message
De
01/12/1999 19:42:19
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00297625
Message ID:
00297679
Vues:
19
>Hello,
>Is there a way to add a graphical control to an HTML page? -like an interactive chart (specifically ChartFX). Even if there was something that could generate just a static chart image (non-interactive), that could help. I would appreciate any suggestions :)
>Mark

Any ActiveX control can be hosted in Internet Explorer (not with Netscape though). You use the OBJECT tag, and specify the GUID, and a codebase where the control can be downloaded on the fly.

The following atributes inside the object tag will instanciate the MS Graph control in a web page being viewed with IE (you can find documentation on MSDN).


ID="ocxGraph"
CLASSID="clsid:FC25B780-75BE-11CF-8B01-444553540000"
CODEBASE="http://activex.microsoft.com/controls/iexplorer/iechart.ocx#Version=4,

Click here . for a sample I put together.
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform