Convert EXE to ActiveX Control

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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
 
Back
Top