ActiveX DLL project question (General questions)
I am trying to create an ActiveX DLL In VB6 that calls wodMailbox.dll or wodMailbox.ocx directly using a Declare statement. Or adding a reference to the Mailbox component.
Either way, I don't want to display a form, just a msgbox displaying the object.Version property. Please tell me what I need to put in the class or any modules I need to add. Just a simple example please to get me started. Thanks