A
Armin Zingler
Bill McCarthy said:I suggest you look at my original response and the posters original
question. (the OP asked about the stack state)
Yes, and I say once more he shouldn't care about the stack (apart from
the arguments). Neither in instance methods nor in shared methods.
Again, as I have pointed out, inheritance only works if you are the
author of the common base class . With controls that is rarely the
case.
Maybe you should look at the OP's first post:
- call: "Library.DoSub(Me, ...)"
- first arg declared as: "( ByVal c as Control, ...)"
Again, he is the author of a class derived from Control, otherwise he
couldn't pass "Me" to a procedure that expects the type Control.
But maybe I am wrong.
Armin