F
feudalac!
Hello...
I have an app with a MDI form. When an user clicks on a menu item - MDI
child form is loaded
I want to put a toolstrip at the bottom of the MDI parent and, when a
MDI child is loaded, create a checkable button on that toolstrip with
that MDI child form's titlebar text as button text.
Then when there is more than one button on the toolstrip (because there
is more then one MDI child form loaded) the user clicks on the button
and activates the form.
When MDI child is closed, i want to remove the toolstripitem.
i figured out how to create the item (But it has no name and i don't
know where to write code that handles that item's click)
and i don't know how to remove the item when mdi form closes (i have no
event...)
Thanks
I have an app with a MDI form. When an user clicks on a menu item - MDI
child form is loaded
I want to put a toolstrip at the bottom of the MDI parent and, when a
MDI child is loaded, create a checkable button on that toolstrip with
that MDI child form's titlebar text as button text.
Then when there is more than one button on the toolstrip (because there
is more then one MDI child form loaded) the user clicks on the button
and activates the form.
When MDI child is closed, i want to remove the toolstripitem.
i figured out how to create the item (But it has no name and i don't
know where to write code that handles that item's click)
and i don't know how to remove the item when mdi form closes (i have no
event...)
Thanks