[Resolved] Problems with a .dll Public Enum...
OK, have a public Enum in a .dll.
I want this Enum accessible by 2 separate classes.
But when I put it in a module as a public enum, the compiler won't let me use the Enum as a parameter type in one of those classes.
If I put it as Private in both classes, it won't be visible to external objects.
How to get around this problemo?
1 Attachment(s)
Perhaps the solution is in this picture...
This picture is a shot of the ObjectBrowser, whilst I am examining the ADODB library. Perhaps this is the solution? What are those things with the yellow icon (as opposed to the class module icon), and how do I make one?
They are all called XXXEnum, so this makes me think it's possibly what I want...
:confused:
http://www.vbforums.com/attachment.p...postid=1155435