Hi, I'm using SetParent to capture an app's window (App A) into another app's window (App B). I later want to release App A so another application can capture it, but when I use SetParent again from another app, App A won't leave. I even tried to force the desktop window to become its new parent (by using vbNull as the parent argument in SetParent) and that doesn't work either. What can I do??

Thanks.

[Edited by WadeD on 05-18-2000 at 02:10 PM]