Posted April 4, 200916 yr In VC6 MFC How to change the title bar of warning messagebox, when DDV exception is inoked? WHIOUT changing application name. e.g. int age; DDX_Text(pDX, IDC_EDIT, age); if I input "abc" in IDC_EDIT It will prompt "Please input a integer" messagebox. The title is my application name. Question is how to change the title of this warning messagebox. Thank you Edited April 4, 200916 yr by alaphate
April 13, 200916 yr in delphi:MessageDlg('myApp',mtWarning, mbOK, 0);where is 'myApp' is title of messageboxjust hit F1 and look for messageDlg (Dialog) Edited April 13, 200916 yr by 6748222
Create an account or sign in to comment