Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!ucsd!usc!apple!claris!sts!ditka!mcdchg!mcdhup!mergvax!rhv3pcs From: rhv3pcs@mergvax (Richard Haasnoot) Newsgroups: comp.os.os2 Subject: OS/2 PM Programming Keywords: OS/2 WinWindowFromID Programming Message-ID: <12642@mergvax> Date: 9 Nov 89 13:46:29 GMT Organization: Linotype Co., Hauppauge NY Lines: 14 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 also to call the function WinEnableWindow but I don't know the handle for the border and WinWindowFromID can't be used because there exists no FID_SIZEBORDER defined in 1.10. Is it possible that the bordering mechanism is a function of the frame window? If so, how do I disable it without imparing the function of the rest of the window? I'd really appreciate some insight into this matter. Thanx, Richie