Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!hplabs!hp-pcd!hpcvlx!bturner From: bturner@hpcvlx.HP.COM (Bill Turner) Newsgroups: comp.windows.ms Subject: Re: Menu's and Captions Message-ID: <106580051@hpcvlx.HP.COM> Date: 10 Jul 89 16:54:26 GMT References: <6970010@hpmcaa.mcm.hp.com> Organization: Hewlett-Packard Co., Corvallis, OR, USA Lines: 10 > What I need is a child window with a menu... Well, as you noticed you will need a WS_POPUP window rather than WS_CHILD, since WS_CHILD windows cannot have menus. (The hMenu is used as the child window ID number for WS_CHILD.) I have no idea about requiring a caption if you have a menu. Perhaps you should contact Microsoft about this? --Bill Turner (bturner@hp-pcd.hp.com)