MDI application/Window Menu
-
All, I have created a MDI application. In that, I have created many child frames and able to display/show during the application startup. But, whenever a child window is created, the system automatically appends a new menu item to the window menu. The text of the menu item is the same as the text on the menu bar of the new child window. By clicking the menu item, the user can activate the corresponding child window. When a child window is destroyed, the system automatically removes the corresponding menu item from the window menu. It seems that, the system can add up to ten menu items to the window menu. When the tenth child window is created, the system adds the More Windows item to the window menu. Clicking this item displays the Select Window dialog box. The dialog box contains a list box with the titles of all MDI child windows currently available. The user can activate a child window by clicking its title in the list box. How to avoid this and I don't want the system or the framework automatically appends a new menu item to the window menu. I want to restrict this urgently. Is there any way to restrict this ? Any suggestions ? Regards, Siva
-
All, I have created a MDI application. In that, I have created many child frames and able to display/show during the application startup. But, whenever a child window is created, the system automatically appends a new menu item to the window menu. The text of the menu item is the same as the text on the menu bar of the new child window. By clicking the menu item, the user can activate the corresponding child window. When a child window is destroyed, the system automatically removes the corresponding menu item from the window menu. It seems that, the system can add up to ten menu items to the window menu. When the tenth child window is created, the system adds the More Windows item to the window menu. Clicking this item displays the Select Window dialog box. The dialog box contains a list box with the titles of all MDI child windows currently available. The user can activate a child window by clicking its title in the list box. How to avoid this and I don't want the system or the framework automatically appends a new menu item to the window menu. I want to restrict this urgently. Is there any way to restrict this ? Any suggestions ? Regards, Siva
any suggestions or tricks from anybody from the forum ?