Hi
I have, or at least have tried to, create a class.
Using the CompaqVisualBasic 6 interface I
opened a new class module. (I did not use the builder)
I saved the class.
In my project window it appears as
Class1(IO.cls) (why does the 'class1' still appear?
And when I try and use the class by creating an instance
via
Set NEWIO = IO
I get an error saying the user defined type in undefined.
What am I doing wrong?
(The class I built is an addition to previously existing code)
thanks
diane
I have, or at least have tried to, create a class.
Using the CompaqVisualBasic 6 interface I
opened a new class module. (I did not use the builder)
I saved the class.
In my project window it appears as
Class1(IO.cls) (why does the 'class1' still appear?
And when I try and use the class by creating an instance
via
Set NEWIO = IO
I get an error saying the user defined type in undefined.
What am I doing wrong?
(The class I built is an addition to previously existing code)
thanks
diane