Convert EXE to ActiveX Control

G

Guest

Hello.

I have developed a .exe VoiceChat software that uses winsock to communicate
with PCs that have the same software. I used VB6
I am trying to integrate this program into my website, The most efficient
way that came to mind is to convert this .exe into an ActiveX Control so that
I can add it to the site.
Is it possible ? I tried, and it comes up, but I got an error at Me.hwnd
property, which I converted to Extendor.hwnd , I avoided this error, but now
i am getting another error with my wavestreaming object.

Any advices on how I can covert my Standard EXE project into an ActiveX
Control Project ? Is there any software package that does it automatically ?

Thank you.
 
A

Alvin Bruney [Microsoft MVP]

nope, you would have to create an active x project and essentially port the
code

--
Regards
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc, Amazon, B&H etc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top