This one should be fairly straight-forward
Thanks!
I may not be entirley sure of what you are trying to accomplish, but in regards to inheritance and calling a base member, this is how encapsulation and .NET are designed...as they should be. VFP was really bad about enforcing encapsulation...we like to refer to VFP as "decapsulated" When we go back and look at old code we always laugh at what we had done...now being "pure and clean"
If I understand you correctly, this would be a consequence of the fact that .NET does not implement a strong containership model. Or am I on Mars ?