Re: ActiveX DLL project question (General questions)
Marco,
How did you run class where wodMailBox is used?
I start new project in VB6 add class to it and insert code that Kreso send you to Class1.
Then I call inside Form_Load this code
[code]Private Sub Form_Load()
Dim a As Class1
Set a = New Class1
End Sub[/code]
MessageBox is displayed with wodMailBox version.
Drazen