I need to keep message box inside a parent form. So when the user tries to move Messagebox outside parent it stays within parent from. I have no problem doing my own message form. But I like to use Message box functionality.
Ideally I would like to add to this approach. center MessageBox in parent form
How do I capture messagebox move event and not allow it to go outside parent.