protected override void WndProc(ref Message m) { if (m.Msg != 0x1503) //EM_SHOWBALOONTIP base.WndProc(ref m); }