cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
Difference between...
Difference between...
Sep 11, 2012 at 10:54pm UTC
Aceix
(1118)
I'm new to windows programming, and therefore want to know the difference between a parent window and an owner window?
Sep 11, 2012 at 11:38pm UTC
guestgulkan
(2942)
here is some info (about halfway down)
http://msdn.microsoft.com/en-us/library/windows/desktop/ff381403%28v=vs.85%29.aspx
Sep 11, 2012 at 11:54pm UTC
Aceix
(1118)
I've already had a look at that but it isn't complete to me
Sep 12, 2012 at 3:06am UTC
sujayg
(3)
The word Parent / Owner is most often the same .
When the window has the WS_CHILD style set it is the child window to the parent . So you can consider the ascendant window as the parent / owner window
There is a function Getparent() documentation of which can be found below .
http://msdn.microsoft.com/en-us/library/windows/desktop/ms633510(v=vs.85).aspx
Topic archived. No new replies allowed.