Importing Your Components DLLs to a VB6 DLL (General questions)
Hi Traveller,
OK I think you can create something like that.
Here is simple example that will show you how to call component About Method in another dll:
-------------------------------------
Option Explicit
Dim WithEvents sftp1 As wodSFTPCom
Public Sub dll_About()
Set sftp1 = New wodSFTPCom
sftp1.About
End Sub
-------------------------------------
inside this example I'm using wodSFTP ActiveX component.
Let us know how it goes.
Regards,
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