Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Type Libraries


Message #1 by "Brett Arthur" <brett@q...> on Thu, 17 Jan 2002 19:03:08
Hi Yehuda,

Thanks, works like a charm. I was grouping all my enum declares in an 
enums.bas file.

Brett

> Brett,
> 
> Make sure the Enum is public and in a Class Module that is at least
> Multiuse.  I have Dlls that make the Enums available so I know it works
> without a TLB.  Chances are the class that contains the Enum is a
> private class.
> 
> Yehuda
> 

  Return to Index