Resizing child windows using phobos
evilrat
evilrat666 at gmail.com
Thu Aug 22 05:45:30 PDT 2013
On Thursday, 22 August 2013 at 11:34:40 UTC, Alex wrote:
> So i have been trying to send WM_SIZE messages to my child
> windows in my application window proc. I am sending theese
> messages when the application window is resized. But it will
> not work. They keep the same child window size as they have
> from when they were initialized.
>
> Is there any other methods that i can use that are already
> included in the phobos libraries?
>
> Thanks for any help.
i doubt it would work with this message. anyway you only need
this one so you can put definition in your code
http://msdn.microsoft.com/en-us/library/windows/desktop/ms633545(v=vs.85).aspx
More information about the Digitalmars-d-learn
mailing list