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 MikeeOK 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: *

  1. qjd101

    Sinking events in Delphi (Win32)

    Oh one other thing - I renamed vlibwin32 to mycompanyname_integration_TLB because the proper namespaces and such conatain sensitive information.
  2. qjd101

    Sinking events in Delphi (Win32)

    Yep. After building the .NET class library, I export the ComVisible types using the type library exporter. That produces a dll and a tlb. I use Delphi 2005 to import the type library. Here's the code. C# code... using System; using System.Runtime.InteropServices; using System.Threading; using...
  3. qjd101

    Sinking events in Delphi (Win32)

    Hi, If I have an object of type TMyType, which publishes an event StateChanged, how do I hook up to that event? unit InteropSample; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1...

Part and Inventory Search

Back
Top