On Wed, 14 Aug 2002, Medland, Bill wrote:
> (Regarding the whole issue of windows reparenting) > > MSDN keeps going on about windows with the WS_OVERLAPPED style. However > surely (since WS_OVERLAPPED=0) every window has such a style these days. > > Is there something I don't understand? WS_OVERLAPPED is in practice considered the absence of the WS_POPUP and WS_CHILD flags, I believe.