If I want to use classes in a regular VB project do i need to compile the code into a dll or ocx before it can be incorporated into the project?
I have some cls files in my project, but cannot instanciate from these... any suggestions?
Cheers!
-----
edited
- sorry... my mistake. Forgot that VB is not case sensitive...
made Goat class...
and then did:
doh!Code:dim goat as Goat
set goat = new Goat
