Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uunet!brunix!cs169054 From: cs169054@brunix (Peter Golde) Newsgroups: comp.os.os2 Subject: Re: OS/2 PM Programming Keywords: OS/2 WinWindowFromID Programming Message-ID: <21167@brunix.UUCP> Date: 18 Nov 89 02:57:33 GMT References: <12642@mergvax> Sender: news@brunix.UUCP Reply-To: cs169054@cslab2b.UUCP (Peter Golde) Organization: Brown University Department of Computer Science Lines: 11 In article <12642@mergvax> rhv3pcs@mergvax (Richard Haasnoot) writes: > >While working on a simple bitmap display program I wanted to disable the >size border. However, upon investigation I found no method in which to do >such a thing. I suppose I could simply ignore the WM_SIZE messages but I >think their ought to be a way to do what I want to do. It occured to me I think what you want to do is to just create the frame window with the FCF_BORDER flag, not the FCF_SIZEBORDER flag. The will prevent the window from ever being resized. You will probably not want the FCF_MAXIMIZE button so that your window is never maximized.