C
Collin Smith
Hi all,
I was looking for the equivalent of an "after load" event to fire when I
load a windows form. I'm opening an additional form in the first form's
load event, the problem is the form will open before the first form is
displayed and thus display behind the first form. I can code around this,
but is there obvious event that I am missing to have instructions processed
after the first form is rendered?
Thanks,
Collin
I was looking for the equivalent of an "after load" event to fire when I
load a windows form. I'm opening an additional form in the first form's
load event, the problem is the form will open before the first form is
displayed and thus display behind the first form. I can code around this,
but is there obvious event that I am missing to have instructions processed
after the first form is rendered?
Thanks,
Collin