Currently in my application the Message box is seen sometimes correctly, In some instances seen in the taskbar which shouldn't happen.
if (!flag)
{
MessageBox.Show("Fileds Cannot be empty. Please follow the format", "Message");
return false;
}