How to Change a Window's ParentLast reviewed: July 22, 1997Article ID: Q12172  | 
	
| 
	
 
3.00 3.10
WINDOWS
kbprg
 The information in this article applies to: 
 
 SUMMARYThe following information describes how to change a window's parent in Windows versions 2.x and 3.x. The correct way to do this in Windows versions 2.x is to destroy the child and then re-create the child with the proper handle to the parent. The following steps can be used to do this: 
 In Windows versions 3.x, the SetParent function should be used to set the parent of a window. 
  | 
	
	Additional reference words: 3.00 3.10 
 © 1998 Microsoft Corporation. All rights reserved. Terms of Use.  |