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
Complete thread:
- ActiveX DLL project question - Marco Lundgren, 2009-08-28, 22:53
- Re: ActiveX DLL project question - wodSupport, 2009-08-28, 22:58
- Re: ActiveX DLL project question - Marco Lundgren, 2009-08-28, 23:25
- Re: ActiveX DLL project question - wodSupport, 2009-08-28, 23:31
- Re: ActiveX DLL project question - woddrazen, 2009-08-28, 23:36
- Re: ActiveX DLL project question - Marco Lundgren, 2009-08-28, 23:39
- Re: ActiveX DLL project question - wodSupport, 2009-08-28, 23:40
- Re: ActiveX DLL project question - Marco Lundgren, 2009-08-28, 23:52
- Re: ActiveX DLL project question - wodSupport, 2009-08-28, 23:40
- Re: ActiveX DLL project question - Marco Lundgren, 2009-08-28, 23:39
- Re: ActiveX DLL project question - woddrazen, 2009-08-28, 23:36
- Re: ActiveX DLL project question - wodSupport, 2009-08-28, 23:31
- Re: ActiveX DLL project question - Marco Lundgren, 2009-08-28, 23:25
- Re: ActiveX DLL project question - wodSupport, 2009-08-28, 22:58