15 Aug
2002
15 Aug
'02
11:17 a.m.
"Medland, Bill" <Bill.Medland(a)accpac.com> wrote:
Honest question : how do you know the parent is changing? by calling GetWindowLong (GWL_HWNDPARENT)?
Yes, and verifying the result in Spy++.
I believe that it is the owner that is changing and the parent (as returned by getAncestor (GA_PARENT) willl be unchanged.
Hmm, I didn't try GetAncestor(), only GetWindowLong() and GetParent(). -- Dmitry.