G
Guest
Hi all,
Assuming I have 2 form controls on my application. First form is parent form
and second form is inheritance form that inherit from first form.
When I want to view designer of second form (inheritance form) it is always
done at load event of first form (parent form). I have test by set form
visible property at load event of first form to false and then when I load
the second form the form is invisible. Can anyone explains to me?
I don't need to do load event of first form because sometimes I want to add
new control to second form but it occurs some error. How can I ignore the
load event of parent form?
Thanks,
KPH
Assuming I have 2 form controls on my application. First form is parent form
and second form is inheritance form that inherit from first form.
When I want to view designer of second form (inheritance form) it is always
done at load event of first form (parent form). I have test by set form
visible property at load event of first form to false and then when I load
the second form the form is invisible. Can anyone explains to me?
I don't need to do load event of first form because sometimes I want to add
new control to second form but it occurs some error. How can I ignore the
load event of parent form?
Thanks,
KPH