by José Luis Sánchez » Mon Jun 26, 2006 7:11 am
Revisa el método Paint de la clase TMsgItem. Quita las tres lineas que pitan el cuadrito y pon esta otra:
//WndBoxIn( hDC, 0, nLeft - 9, ::oMsgBar:nHeight, nLeft - 8 )
//WndBoxRaised( hDC, 0, nLeft - 8, ::oMsgBar:nHeight, nLeft + ::nWidth - 5 )
//WndBoxIn( hDC, 0, nLeft - 9, ::oMsgBar:nHeight, nLeft - 8 )
WndBoxIn( hDC, 0, nLeft - 8, ::oMsgBar:nHeight - 1, nLeft - 7 )
Saludos,