Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Defining and OCX for the browser
Message
De
21/10/1997 21:40:18
 
 
À
21/10/1997 21:19:16
Information générale
Forum:
Visual C++
Catégorie:
ActiveX
Divers
Thread ID:
00055724
Message ID:
00055936
Vues:
35
>>>We have a Visual C++ EXE. We would like to configure and/or define that EXE to run as an ActiveX control for the browser. Is that doable?
>>>
>>>This is for a specific application where we really need to put there entire EXE in a browser.
>>>
>>>Thanks.
>>
>>Not if it was not written to be an ActiveX. If you have the source code, it can be wrapped into an ActiveX.
>
>Yes, we have the source code. So, basically it is to define it as an ActiveX and put it on the server. Then, when someone will pull the HTML, the ActiveX will follow. Is that about it?
>
>Thanks.

Something like this. Only that in VC++ is not so easy to transform a usual app into an ActiveX as is in VFP. You must define all the interface for the ActiveX control and also to add a lot of code. Of course, I assume that this can be logically done (ie the logic of the existing app can be maped to the logic of an ActiveX).

Vlad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform