-----Original Message----- From: Ove Kaaven [mailto:ovehk@ping.uio.no] Sent: Wednesday, August 14, 2002 11:08 AM To: Medland, Bill Cc: Wine devel (E-mail) Subject: Re: what's with WS_OVERLAPPED?
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.
Thanks Ove; that'll do for a working hypothesis. (I wish Microsoft would be consistant)
Just for the record it is clearly more complex than that. I guess since Microsoft wrote it we can trust Spy++ a little. I have seen spy++ declare that a "tooltips" class window (style 0x84800000/00000088) has style WS_OVERLAPPED whereas a "tooltips_class32" class window (style 0x84800003/00000088) doesn't.
Bill