Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!yale!cs.yale.edu!spolsky-joel From: spolsky-joel@cs.yale.edu (Joel Spolsky) Newsgroups: comp.windows.ms.programmer Subject: Re: child window handling Message-ID: <27411@cs.yale.edu> Date: 27 Nov 90 00:36:06 GMT References: <16559@csli.Stanford.EDU> Sender: news@cs.yale.edu Organization: Yale University Computer Science Dept., New Haven, CT 06520-2158 Lines: 13 Nntp-Posting-Host: zoo-gw.cs.yale.edu Originator: spolsky@suned.CS.Yale.Edu In article <16559@csli.Stanford.EDU> zhu@csli.stanford.edu (Lei Zhu) writes: > I'm writing an application which has a main window containing >the menus and a few other little things, and multiple "document" >windows. Use the MDI functionality provided by Windows 3.0, which will basically do all the work for you. See the MDI chapter in the SDK programmer's guide, or the August issue of Microsoft Systems Journal. For example code, see "Multipad" in the SDK sample source code directory. Joel Spolsky spolsky@cs.yale.edu Silence = Death