Hi,
a) If you use a WindowContainer, call ShowMessageBox();
b) If you don't use a WindowContainer, call ShowDialog(); Documentation will be update to :
This method is not intended to be called while displaying a MessageBox outside a WindowContainer. Use ShowMessageBox instead.
a) If you use a WindowContainer, call ShowMessageBox();
b) If you don't use a WindowContainer, call ShowDialog(); Documentation will be update to :
This method is not intended to be called while displaying a MessageBox outside a WindowContainer. Use ShowMessageBox instead.