Re: VB6.0 and Constructors



Henk van Winkoop wrote:
Hello,

I'm used to work with C++ and classes.
If a class is created the corresponding constructor is called.

For my boss I'm working on a VB6 project.

My question is: is there some kind of 'Constructor' with
VB6 classes?

I surfed the Internet but what I found was totally 'abracadabra' to me.

I simple example (if existing) would make me very glad.

Regards,


Class_Initlize and Class_Terminate

http://msdn2.microsoft.com/en-us/library/55yzhfb2.aspx

Duane :)
.