English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Now, heres the situation...i am developing a program that uses ActiveX controls that is only available in my computer because i installed vb6 on it....the program that i am developing is not on vb6...and i cannot make any executable in the current program language that i am using.........

The question is..how can i make the ActiveX controls that i am using be available at the client side without having to install at their computer vb6?...is there any package that will install ActiveX controls that is present in the installation of vb6??....if there is, how can i get it?....is it for free???....


I hope you guys can help me with this!!!...

Thanks a lot.

2007-07-31 14:11:03 · 2 answers · asked by Eralph 1 in Computers & Internet Programming & Design

2 answers

You need to find the dlls/exe file for the ActiveX control. Then just create the activeX control on the web page using the classId of that control. As long as the ActiveX control isn't dependant on the VB6 libraries, you'll be in good shape.

2007-07-31 14:21:59 · answer #1 · answered by Michael M 6 · 0 0

If you are programming in VB 6, first of all you create package. Then go to the Package Created Folder and open Support folder, Copy the Dll and Ocx file(s) and past in .\windows\system32\
Folder and register these files with

RegSvr32 Filename.Dll or RegSvr32 Filename.Ocx

And please note that vb6 Dll/Ocx can not use in another Language.
But if u want than create VB .Net Dll/Ocx and call vb6 Dll/Ocx and wrapper-up it and
Build project. Now you can use it in all .Net.

Regards,

Riaz Zaheer

2007-07-31 23:23:33 · answer #2 · answered by Riaz Zaheer 1 · 0 0

fedest.com, questions and answers