Importing Your Components DLLs to a VB6 DLL - WeOnlyDo Discussion board

Importing Your Components DLLs to a VB6 DLL (General questions)

by wodDrazen, Friday, November 08, 2013, 17:45 (3793 days ago) @ Traveller

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

--
_________________________________________________
WeOnlyDo! Software - Internet Security Components
----------=== http://www.weonlydo.com ===----------


Complete thread: