Hi,
I am creating a new class, which is instantiated on a form as follows...
I.E.
It's a form global, which I thought only gets created when the form opens, but it seems the class Class_Initialize is firing several times, before the form it is declared on is even opened?
What am I missing here?
Thanks,
1DMF.
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Electronic Dance Music
I am creating a new class, which is instantiated on a form as follows...
Code:
Option Compare Database
Option Explicit
Private oNP As New clsNarrowPanel
I.E.
It's a form global, which I thought only gets created when the form opens, but it seems the class Class_Initialize is firing several times, before the form it is declared on is even opened?
What am I missing here?
Thanks,
1DMF.
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Electronic Dance Music