I have modify the method paint to change the msgbar
I rem
WndBoxIn( hDC, 3, nLeft - 2, ::oMsgBar:nHeight-5, nLeft + ::nWidth - 6 )
and I insert
WndBoxRaised( hDC, 0, nLeft - 4, 22, nLeft + ::nWidth -1)
Now when I define a msgitem ( txt) it show the txt on white background
I insert also before the DrawMsgItem function the command SetBkMode( hDC, 1 )
but it not change the error ... How I can make it ?
Falconi Silvio