how to force the codes in the parent class to be executed
even there's code in the same method or event ?
(Parent class's code will be ignore if there's user code in the same
method/event)
i know that by issuing dodefault() will archive this.
but this function have be put in every form in the method i want.
My goal:
the code in the parent class will automatically executed
after the users code in the method or event i choose.
Thanks!