Path: utzoo!attcan!uunet!ncrlnk!ncr-sd!hp-sdd!hplabs!hp-pcd!hpcvlx!bturner From: bturner@hpcvlx.HP.COM (Bill Turner) Newsgroups: comp.windows.ms Subject: Re: SDK Question - CreateWWindow Message-ID: <106580008@hpcvlx.HP.COM> Date: 12 Dec 88 18:30:25 GMT References: <713@ethz.UUCP> Organization: Hewlett-Packard Co., Corvallis, OR, USA Lines: 12 > I wish to create a resizable child window with a system menu. The 'Minimize' > function should be disabled. I can delete the 'Minimize' option from the > system menu, but how do I get rid of the down arrow in the upper right > corner? When you call CreateWindow, the different style bits tell what non-client decorations are desired. One option is WS_MINIMIZEBOX -- if you don't want the minimize box, don't include this option. Be forwarned, some of the options are really a collection of other options; read the PRef for more info (Gawd, I hate saying that!) --Bill Turner