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
--
_________________________________________________
WeOnlyDo! Software - Internet Security Components
----------=== http://www.weonlydo.com ===----------
Complete thread:
- Importing Your Components DLLs to a VB6 DLL - Traveller, 2013-11-06, 17:27
- Importing Your Components DLLs to a VB6 DLL - wodDrazen, 2013-11-07, 14:18
- Importing Your Components DLLs to a VB6 DLL - Traveller, 2013-11-08, 11:38
- Importing Your Components DLLs to a VB6 DLL - wodDrazen, 2013-11-08, 13:52
- Importing Your Components DLLs to a VB6 DLL - Traveller, 2013-11-08, 15:10
- Importing Your Components DLLs to a VB6 DLL - wodDrazen, 2013-11-08, 17:45
- Importing Your Components DLLs to a VB6 DLL - Traveller, 2013-11-08, 20:01
- Importing Your Components DLLs to a VB6 DLL - wodSupport, 2013-11-08, 21:01
- Importing Your Components DLLs to a VB6 DLL - Traveller, 2013-11-09, 08:25
- Importing Your Components DLLs to a VB6 DLL - wodSupport, 2013-11-09, 08:35
- Importing Your Components DLLs to a VB6 DLL - Traveller, 2013-11-09, 08:25
- Importing Your Components DLLs to a VB6 DLL - wodSupport, 2013-11-08, 21:01
- Importing Your Components DLLs to a VB6 DLL - Traveller, 2013-11-08, 20:01
- Importing Your Components DLLs to a VB6 DLL - wodDrazen, 2013-11-08, 17:45
- Importing Your Components DLLs to a VB6 DLL - Traveller, 2013-11-08, 15:10
- Importing Your Components DLLs to a VB6 DLL - wodDrazen, 2013-11-08, 13:52
- Importing Your Components DLLs to a VB6 DLL - Traveller, 2013-11-08, 11:38
- Importing Your Components DLLs to a VB6 DLL - wodDrazen, 2013-11-07, 14:18