
How to RE-NAME a class module???
In VB6, how do you go about re-naming a Class Module? I've successfully
renamed the name of the actual '.cls' file which houses my class module,
but I can't find out how to rename it's... well, what do you call it...
you know, the term you use when you're declaring a class, as in
Dim clsClown as ?????????
I want to start using a different term for my class other than the one I
established originally. How do I do it? Thanks in advance.