Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!cica!tut.cis.ohio-state.edu!ucbvax!hplabs!hp-pcd!hpmcaa!marco From: marco@hpmcaa.mcm.hp.com (Marco Dalla-Gasperina) Newsgroups: comp.windows.ms Subject: Menu's and Captions Message-ID: <6970010@hpmcaa.mcm.hp.com> Date: 7 Jul 89 17:56:24 GMT Organization: HP McMinville Division Lines: 22 Hello, Here's a grabber... What I need is a child window with a menu... I couldn't find anything that showed me how I could do it so my first guess is to try something else. (I know about LoadMenu and DrawMenuBar but they don't seem to have the right stuff). My attempt was to use a POPUP with a Parent... Ahh! this allows me to specify a menu... but there's a catch. For some reason, a menu needs a caption bar to function properly, otherwise it gets drawn weird and (in my case) only responds to the first click attempted on the popup's menu bar. (If you click on the parents menu first, the popup's menu gets hosed like before you even try it). I don't want a caption, because (1) it takes up space, and (2) I don't want the window to be moved. Any ideas? marco