The layouts of the MessageBox dialogs in my application are not right. The text overlaps the icon. Here's an example:
The code that creates this dialog is pretty simple:
I'm stumped as to why the layout is not right and would appreciate any suggestions to correct this.Code:strMSG = "No SyncBackPro operation is necessary today." MessageBox.Show(strMSG, Application.ProductName, MessageBoxButtons.OK, MessageBoxIcon.Information)




Reply With Quote
