RE: HELP - Resizing a child window!
You need to specify a PlaceHolderElement at the size and position of the child window. Then hook WM_SIZE into your parent window and use PlusWnd::GetElementPos() to retrieve the relative coordinates, which you need to pass to SetWindowPos() in User32.dll.
This post was edited on 09-12-2009 at 02:26 PM by SmokingCookie.
|