Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!samsung!zaphod.mps.ohio-state.edu!tut.cis.ohio-state.edu!ucbvax!hplabs!hp-pcd!hpcvlx!bturner From: bturner@hpcvlx.cv.hp.com (Bill Turner) Newsgroups: comp.windows.ms Subject: Re: Windows Dialog Box Message-ID: <106580075@hpcvlx.cv.hp.com> Date: 8 Dec 89 18:46:09 GMT References: <858@excelan.COM> Organization: Hewlett-Packard Co., Corvallis, OR, USA Lines: 13 >Does anyone know how to make a modeless dialog box that also >contains a menu bar? > >I have created a dialog box that contains a menu bar that is >treated like parent window, but this fails if the dialog box >is a child window. Any ideas? The problem is that WS_CHILD windows cannot have menu bars. If you create the dialog as a WS_POPUP style window, then you should be able to get the menu bar. --Bill Turner (bturner@hp-pcd.hp.com) HP Corvallis Information Systems