CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    VB 6.0 written ActiveX in Delphi

    I've created an ActiveX Control in VB 6 /Sp3 in singlethreaded or multithreaded mode. I can load this control in IDE-Mode, I can use the property-pages, I can change the properties. It is possible to change to runtime mode and use my integrated popup-menue of this control. The only problem appears if I use the programming COM interface of the Control by calling a methode or set a property.
    In Delphi I get the error-message " Project ... raised exception Class EOleException with message "not valid property value" process stopped !"
    In Excel I get the error-Message " Class does not support automation"

    In VB5 / VB6 / IE4 /VC++ the control is working correctly.



  2. #2
    Guest

    Re: VB 6.0 written ActiveX in Delphi

    if your using Delphi 4, try converting the ActiveX Control to a Delphi component
    ....they are much more stable in Delphi then Active X.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured