May 28, 2002 #1 Guest_imported New member Joined Jan 1, 1970 Messages 0 In a MDI application how could I resize the child window ?
May 28, 2002 #2 Jeffray Programmer Joined Jan 29, 2002 Messages 144 Location CA get the pointer of your child window. and call its member function SetWindowPos() Upvote 0 Downvote