Move Child dialog with in the parent
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hi alll, I have a requirement to restrict the child dialog movement with in the paren window. Please help me if any one knows the way.:)
Dream bigger... Do bigger...Expect smaller aji
Can you be a little more clear about what you want? A child window is not able to draw outside of it's parent window. If you want to move the child window then call
MoveWindow()
orSetWindowPos()
-
Can you be a little more clear about what you want? A child window is not able to draw outside of it's parent window. If you want to move the child window then call
MoveWindow()
orSetWindowPos()