Guest makai Posted December 4, 2002 Posted December 4, 2002 If your class library (compiled to DLL - not COM) has a Protected level procedure, it can not be accessed from a derived class this seems like a bug to me I understand that Friend is not allowed since any client of the library has to be from a different project but Protected allows visibility from other projects ... nicht va? Quote
*Gurus* divil Posted December 4, 2002 *Gurus* Posted December 4, 2002 Protected members can be accessed from classes deriving from the first class. I know this to be the case, I've used it (yes, from different projects) many times. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Guest makai Posted December 5, 2002 Posted December 5, 2002 thanks - I was just Dimming the class library and not inheriting it in another class - well I'm making some progress .... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.