Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: nzman
  • Order by date
  1. nzman

    Problem running ActiveX control created with VB6 in Delphi 5

    I found an answer to my problem! Kim Little supplied me with the solution! It has to do with the way that Delphi imports the VB control. It creates both a standard and a IDispatch interface. By default the Standard interface is selected. If you modify the Type library file to use the IDispatch...
  2. nzman

    Problem running ActiveX control created with VB6 in Delphi 5

    Hi, My problem is the following: I create a very basic ActiveX control in Visual Basic 6 using the ActiveX control wizard. It has one method that simply displayes a message box. When I compile this to an .OCX file, it works correctly in Visual C++ or other Visual Basic projects. I can also use...

Part and Inventory Search

Back
Top