hi all ,

i have a form that inherits from a base form .

the Base Form tends to execute some code in its load events

and also the Child Form tends to Execute different code in its load events

now i need to put some code in the base form that will be executed after both Load events of the form , So where do i put it.

now i am putting it in the visiblechanged event, but it does trigger when the forms does hide and show actions.

you will probable ask why not putting it in the child form itself after the load segment. The answer will be that several forms inherits from the same base form. so i need to modify the base form itself in order to make the effect apply on all Child forms . . . .

i hope i am clear in my question

thx all in advance