Re: ActiveX DLL project question - WeOnlyDo Discussion board

Re: ActiveX DLL project question (General questions)

by wodSupport, Friday, August 28, 2009, 22:58 (5565 days ago) @ Marco Lundgren

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: