先做成VCL组件,然后转换成ActiveX控件,VB就可以用了。

解决方案 »

  1.   

    用installshield,
    delphi6带的那个,好象有选项,可以解决这个问题。
      

  2.   

    COM?不知道?制作VCL控件的COM封转,即ActiveX控件!该VCL必须是从TWinControl继承!某些不兼容参数不能转换!转化过程完全用向导实现,就是
    新建(New->ActiveX->ActiveX Control)!
      

  3.   

    1,Component\New component
    2,Write your component here. TFoo etc.
    3,Save.
    4,Open \Delphi\lib\dcluser??.dpk
    5,click "Add" and add this .pas file into package.
    6,click 'compile' button.(Is it installed??)7,New\ActiveX
    8,Select your decendent class name what 'TFoo' and click ok.
    9,that's all.