Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Defining and OCX for the browser
Message
From
21/10/1997 21:40:18
 
 
To
21/10/1997 21:19:16
General information
Forum:
Visual C++
Category:
ActiveX
Miscellaneous
Thread ID:
00055724
Message ID:
00055936
Views:
30
>>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform