Catching VB6 events in C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jomatg
    New Member
    • Jul 2006
    • 6

    Catching VB6 events in C#

    I've got a Visual Basic 6 class in which an event is raised and I need to use it from a C# application. I raise an event in VB6 but I don't know how to catch the event in C#.
    Please help!! :)
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    How that event is raised in VB 6.0 ?

    Comment

    • jomatg
      New Member
      • Jul 2006
      • 6

      #3
      Originally posted by debasisdas
      How that event is raised in VB 6.0 ?
      I'm not sure of that since I'm not able/permitted to see the code of the VB6 program.

      Comment

      • debasisdas
        Recognized Expert Expert
        • Dec 2006
        • 8119

        #4
        Try to compile a DLL from the VB class and call that in C#.

        Comment

        Working...