I need to display a MessageBox (MFC version) which would centered the application window instead of the desktop. A SDK version of MessageBox take the handle of the owner window as its first parameter but MFC version does not have this options. Thanks.