August 22, 2013 Resizing child windows using phobos | ||||
---|---|---|---|---|
| ||||
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. |
August 22, 2013 Re: Resizing child windows using phobos | ||||
---|---|---|---|---|
| ||||
Posted in reply to Alex | 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 |
Copyright © 1999-2021 by the D Language Foundation