Newsgroups: comp.windows.ms.programmer
Path: funic!fuug!mcsun!sunic!psinntp!psinntp!wrldlnk!usenet
From: "Andrew W. Buchanan" <p00174@psilink.com>
Subject: Dynamic Resizing of Windows
Message-ID: <2931496832.0.p00174@psilink.com>
Sender: usenet@worldlink.com
Nntp-Posting-Host: 127.0.0.1
Organization: Cybernetic Frontiers
Date: Sun, 22 Nov 1992 05:44:24 GMT
X-Mailer: PSILink (3.2)

I've run into a bit of a problem getting a window to resize undee control
of the program.  I've tried sending the window a WM_SIZE message with
the size I want, and the program calculates all it's displays as if it
was the new smaller size, but the window is still displayed at the old
larger size.  What commands can I send that will get a window to resize on
the screen?

