Hello,
All my form are derived from a base form. Each time a form is opened, I want to add the name (or the id) of the form is a shared stack. I thought about declaring the stack in the base form. But now, how should I implement this? I need each form to add is name in the stack...How?? raising an event in the OnLoad method or just calling a method in the base form? Same onClosing. Any idea how to implement this?
Thank you
Martin
All my form are derived from a base form. Each time a form is opened, I want to add the name (or the id) of the form is a shared stack. I thought about declaring the stack in the base form. But now, how should I implement this? I need each form to add is name in the stack...How?? raising an event in the OnLoad method or just calling a method in the base form? Same onClosing. Any idea how to implement this?
Thank you
Martin