www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Resizing child windows using phobos

reply "Alex" <fetaalex gmail.com> writes:
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.
Aug 22 2013
parent "evilrat" <evilrat666 gmail.com> writes:
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
Aug 22 2013