Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!usc!samsung!know!newmedia!robert From: robert@newmedia.UUCP (Bob Wiener) Newsgroups: comp.windows.ms.programmer Subject: Re: Dialog Boxes Message-ID: <431@newmedia.UUCP> Date: 24 Jan 91 00:21:13 GMT References: <11395@darkstar.ucsc.edu> Organization: New Media Graphics, Billerica, MA Lines: 8 What you can do is make your dialog box a child window of your main window. The controls will then look like they are part of the main window. You will need a separate DialogProc to handle the controls while the windowProc handles messages sent to menus and moving the main window around. Hope this helps, Robert Wiener