Re: ActiveX DLL project question (General questions)
Marco,
add reference to wodMailbox.dll to your project, and in your class add this code: [code]Dim mbox As wodMailboxCom
Private Sub Class_Initialize()
Set mbox = New wodMailboxCom
MsgBox mbox.Version
End Sub
[/code]
That should do it.
Regards,
Kreso
Complete thread:
- ActiveX DLL project question - Marco Lundgren, 2009-08-28, 22:53
- Re: ActiveX DLL project question - wodSupport, 2009-08-28, 22:58
- Re: ActiveX DLL project question - Marco Lundgren, 2009-08-28, 23:25
- Re: ActiveX DLL project question - wodSupport, 2009-08-28, 23:31
- Re: ActiveX DLL project question - woddrazen, 2009-08-28, 23:36
- Re: ActiveX DLL project question - Marco Lundgren, 2009-08-28, 23:39
- Re: ActiveX DLL project question - wodSupport, 2009-08-28, 23:40
- Re: ActiveX DLL project question - Marco Lundgren, 2009-08-28, 23:52
- Re: ActiveX DLL project question - wodSupport, 2009-08-28, 23:40
- Re: ActiveX DLL project question - Marco Lundgren, 2009-08-28, 23:39
- Re: ActiveX DLL project question - woddrazen, 2009-08-28, 23:36
- Re: ActiveX DLL project question - wodSupport, 2009-08-28, 23:31
- Re: ActiveX DLL project question - Marco Lundgren, 2009-08-28, 23:25
- Re: ActiveX DLL project question - wodSupport, 2009-08-28, 22:58