I
IqbalShajol
Guest
Hello,
Hope you guys are doing well. I'm working with a MFC project where I have to manage two window frame. Let one be the parent window, and another be the child window. The child window won't have any caption area or taskbar icon. What I want to achieve is that the child window should always be underneath the main window. I'd be grateful if someone can please guide me how to accomplish this.
What is the proper way to create them? Does the child window positioned underneath the parent window initially? I guess it doesn't. If not, then how to change the Z order in the proper way with SetWindowPos()?
Waiting for your kind replies.
Thanks and regards.
Continue reading...
Hope you guys are doing well. I'm working with a MFC project where I have to manage two window frame. Let one be the parent window, and another be the child window. The child window won't have any caption area or taskbar icon. What I want to achieve is that the child window should always be underneath the main window. I'd be grateful if someone can please guide me how to accomplish this.
What is the proper way to create them? Does the child window positioned underneath the parent window initially? I guess it doesn't. If not, then how to change the Z order in the proper way with SetWindowPos()?
Waiting for your kind replies.
Thanks and regards.
Continue reading...