From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,deadd8580c2101f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-31 11:27:27 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!newsfeed.online.be!zur.uu.net!ash.uu.net!spool0900.news.uu.net!reader0900.news.uu.net!not-for-mail Message-ID: <3C599A9D.1090307@mail.com> Date: Thu, 31 Jan 2002 14:27:25 -0500 From: Hyman Rosen User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.7+) Gecko/20020123 X-Accept-Language: en-us MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: AdaGIDE 6.43.1 release (Ada GUI IDE for Windows95/98/NT/...) References: <3C57D63C.C9E5FE5C@icn.siemens.de> <3C581D59.9060709@mail.com> <3C59204C.DB6D7FCF@icn.siemens.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Organization: KBC Financial Products Cache-Post-Path: master.nyc.kbcfp.com!unknown@fixedcost.nyc.kbcfp.com X-Cache: nntpcache 2.3.3 (see http://www.nntpcache.org/) NNTP-Posting-Host: 204.253.250.10 X-Trace: 1012505242 reader0.ash.ops.us.uu.net 15620 204.253.250.10 Xref: archiver1.google.com comp.lang.ada:19436 Date: 2002-01-31T14:27:25-05:00 List-Id: Alfred Hilscher wrote: > Please read the Windows SDK-docu _carefully_. > > You will find: > "Windows can add up to ten menu items to the Window menu. When the tenth > child window is created, Windows adds the More Windows item to the > Window menu. Choosing this item causes the Select Window dialog box to > appear. 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 choosing its title from the list box." You can read the link I referenced earlier, or directly from MS, , where you will find MDIWinMN.exe shows you how to limit the number of listed MDI children in the Window menu to any number and how to bring up a customized dialog box when the More Windows menu item is selected. This sample also shows how to list all the MDI children in the Window menu without using a More Windows menu item. So it certainly can be done. Maybe now the OP can do it himself :-)