Restrict window space for child process
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Is it possible to restrict the screen area that a child process can occupy? For example, say I want a child process window to only occupy the area between 0,100 to 800,600 the window can not go outside of these bounds if the user tries to maximise or resize or move the window.
-
Is it possible to restrict the screen area that a child process can occupy? For example, say I want a child process window to only occupy the area between 0,100 to 800,600 the window can not go outside of these bounds if the user tries to maximise or resize or move the window.
-
Just override
OnMove()
andOnSize()
. /ravi Let's put "civil" back in "civilization" Home | Articles | Freeware | Music ravib@ravib.com