Re: ActiveX DLL project question - WeOnlyDo Discussion board

Re: ActiveX DLL project question (General questions)

by woddrazen, Friday, August 28, 2009, 23:36 (5565 days ago) @ wodSupport

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


Complete thread: