Kevin Ollivier wrote: > Hi Ken, > > On Mar 2, 2008, at 6:48 PM, Ken wrote: > >> Is it possible to re-parent an existing window? >> >> If window C is currently a child of window A, can I remove C from A >> and make C a child of B? > > Have you tried using mywin.Reparent(newparent)? > > Kevin Thanks. I missed that. :) Ken