Link to home
Start Free TrialLog in
Avatar of Sinclair
Sinclair

asked on

Initializing class modules

I am using VB4. I have created a simple class module and inserted it into my project. Later in my project, I use

  Dim x as new MyClass

How can I create an "Initialize" event for the class which will be called every time a new object of the class is created (in this case, x) ?


ASKER CERTIFIED SOLUTION
Avatar of ameba
ameba
Flag of Croatia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial