PRAISE PHS
Well-known member
- Joined
- Jun 2, 2011
- Messages
- 58
- Programming Experience
- Beginner
Hi All,
Pls help me out with this issue:
In my app, I have 6 mdi children forms on tool strip buttons that are docked at the top of my mdi parent form. I then docked a status bar with a status label at the buttom of my parent form. How do I do program the app such that whenever any form is displayed on my parent form, the name of such child form should be displayed on my status bar for the user. Also, if I have multiple children forms displayed on my parent form, the name of the top most form should be shown on my status bar. If I also decide to close the top most form, the name of next top most form should be displayed on status bar. Finally, if there are no form(s) displayed on the parent window, the name of the parent window should be shown on my status bar. Thanks and I would really appreciate a prompt response.
Pls help me out with this issue:
In my app, I have 6 mdi children forms on tool strip buttons that are docked at the top of my mdi parent form. I then docked a status bar with a status label at the buttom of my parent form. How do I do program the app such that whenever any form is displayed on my parent form, the name of such child form should be displayed on my status bar for the user. Also, if I have multiple children forms displayed on my parent form, the name of the top most form should be shown on my status bar. If I also decide to close the top most form, the name of next top most form should be displayed on status bar. Finally, if there are no form(s) displayed on the parent window, the name of the parent window should be shown on my status bar. Thanks and I would really appreciate a prompt response.