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 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-02-01 04:58:32 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.online.be!195.129.110.18.MISMATCH!bnewspeer00.bru.ops.eu.uu.net!emea.uu.net!newsfeed.siemens.de!news.mch.sbs.de!not-for-mail From: Alfred Hilscher Newsgroups: comp.lang.ada Subject: Re: AdaGIDE 6.43.1 release (Ada GUI IDE for Windows95/98/NT/...) Date: Fri, 01 Feb 2002 13:58:18 +0100 Organization: Siemens AG Message-ID: <3C5A90EA.7EF78A02@icn.siemens.de> References: <3C57D63C.C9E5FE5C@icn.siemens.de> <3C581D59.9060709@mail.com> <3C59204C.DB6D7FCF@icn.siemens.de> <3C599A9D.1090307@mail.com> NNTP-Posting-Host: 139.21.122.158 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en Xref: archiver1.google.com comp.lang.ada:19463 Date: 2002-02-01T13:58:18+01:00 List-Id: Hyman Rosen wrote: > > 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 :-) I had a look at this site (your earlier link didn't work). What they show is how "the application can handle" it: "Specify NULL as the Window menu handle when creating the MDI client, because the application handles all the processing of the Window menu: " This is no contradiction to what I said: "Windows itself only shows nine files". Ok, you are not limited to the use of windows default behaviour, so you can overcome this limit - but _you_ have to handle it.