Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!asuvax!ncar!noao!arizona!merrill From: merrill@cs.arizona.edu (Darren J. Merrill) Newsgroups: comp.windows.ms.programmer Subject: handling WM_GETMINMAXINFO Message-ID: <1360@caslon.cs.arizona.edu> Date: 9 Apr 91 20:56:53 GMT Organization: U of Arizona CS Dept, Tucson Lines: 12 Hi, excuse me for this stupid, trivial question, but here's my problem. I want to specify the lower limit on my window size, and I know you can do this by processing the WM_GETMINMAXINFO message. Now, the documentation says that the lParam for this msg is a pointer to an array of 5 "points". Does this mean an array of POINT structs? I've tried to dereference it with this is mind, but the values do not look correct (the default values that are supposed to be there). Could someone send me a code frag that shows the correct way to set a value (or Point) in this array. Email is fine. Darren Merrill merrill@cs.arizona.edu