Importing Your Components DLLs to a VB6 DLL (General questions)
Traveller,
I add this this code inside Class Module. This is full code I use.
I already send you example how to receive value from component Method. Using About Method inside my last reply. For using Events I think you can declare them using:
-------------------------
Public Event Event_Name()
-------------------------
you can call this event inside your code using:
-------------------------
RaiseEvent Event_Name
-------------------------
can you maybe try that and let us know how it goes?
Drazen