In an MDI form you can have several windows open.
Often, there is a menu option "Window" and if it is selected a list of open documents is displayed with a checkmark next to the active document.
Like in Word... you have
Window
New Window
Arrange All
Split
----separator
Here is a list of open documents.
How is this list created?
I was thinking you can't add menu items dynamically.
Thanks!


Reply With Quote