Click to See Complete Forum and Search --> : Active X control deployment


Jech Lee
July 17th, 2001, 03:16 AM
Hi,
I'm using ActiveX ctrls eg.Tree,listbox,combobox,datagrid,ADO,date picker...etc in my VBScript which is embedded in ASP. In order to use my program, one has to install those components(.ocx,.oca,.dll) via the VB6 installer. I know this method does not need any licensing cost but I'd like to know is there any way to do this "Active X deployment" ? I've tried the following approach but to no avail...
1) using regsvr32 command only works for some
2) create the object and try to create .exe (package) from VB6

Your expertise is greatly appreciated. Thank you in advance.