MDI window problem in forms [message #78668] |
Sat, 09 March 2002 20:22 |
Taran
Messages: 21 Registered: December 2001
|
Junior Member |
|
|
Hi
In forms 6 when I create application in MDI window,there is default menu heading of "window" appears with my custom made menu bar.Is there any way to remove or hide that.As it shows the list of previously opened windows in application and one can easily shift to another window and stack option shows all windows which I dont want to happen
Please help
Thanks in advance
Taran
|
|
|
Re: MDI window problem in forms [message #78674 is a reply to message #78668] |
Sun, 10 March 2002 11:30 |
ceycey
Messages: 22 Registered: February 2002
|
Junior Member |
|
|
Yes, It is possible to hide the Window Menu in forms by doing the following:
1) Create a new menu item in your menu
2) Set "Menu Item Type" property to "Magic"
3) Set "Magic Item" property to "Window"
4) Set "Command Type" property to "Null"
5) Set "Visible" property to "No" (Be careful, be sure that you do not set the "Visible in Menu" property by mistake)
Please feel free to get in contact with me via e-mail
Now generate your menu and use it, in your form, now the "Window" menu item should NOT be displayed.
|
|
|
|