I am using .net 2003,creating a dll to be used with a vb 6 program(i did not create).
the creator of the vb6 app will use my dll, and write some code for their app
1) when they instiate my dll, i want something to happen automatically
2) when a certain form in the vb6 app is closed i want something to happen.
is there an event listener i can program into my dll so these things happen, without the vb6 programmer having to call them explicitly?
or do i have to write them as sub procedures, and tell the programmer when certain things should be called?
the creator of the vb6 app will use my dll, and write some code for their app
1) when they instiate my dll, i want something to happen automatically
2) when a certain form in the vb6 app is closed i want something to happen.
is there an event listener i can program into my dll so these things happen, without the vb6 programmer having to call them explicitly?
or do i have to write them as sub procedures, and tell the programmer when certain things should be called?