Re: ActiveX DLL project question (General questions)

by Jasmine, (5726 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

locked

Complete thread: