how to fire form_activated event in MDI Child Form...
-
hi, I have a MDI Parent From, MDI Child Form & a third Dialog Form. I call a third Form by clicking a button using ShowDialog() placed in MDI Child. I like to refresh MDI Child after closing that third Form... but after closing of third Form, MDI Parent fired Activated event instead of MDI Child ...! Give the solution...
-
hi, I have a MDI Parent From, MDI Child Form & a third Dialog Form. I call a third Form by clicking a button using ShowDialog() placed in MDI Child. I like to refresh MDI Child after closing that third Form... but after closing of third Form, MDI Parent fired Activated event instead of MDI Child ...! Give the solution...
Manish_84 wrote:
I call a third Form by clicking a button using ShowDialog() placed in MDI Child. I like to refresh MDI Child after closing that third Form...
The
ShowDialog
method is blocking; you can refresh your MDI child right after the line where you show the dialog. Once the dialog is closed, execution will continue there.Manish_84 wrote:
Give the solution...
:)
I are Troll :suss: