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