...
SetBkMode( hDC, TRANSPARENT ); // new
// ExtTextOut( hDC, 2, 4, ETO_OPAQUE, &rc, "", 0, 0 ); no
DrawText( hDC, cMsg, wLen, &rc, DT_CENTER);
Antonio Linares wrote:The problem is that the background is not erased, so the new text does not erase the previous one. i.e.: see the clock running. We need to find a workaround for it
Antonio Linares wrote:Enrico,
> Just draw a series of spaces and then the proper cMsg.
FWH uses to do that, but if the backgound has a gradient painting then its not a longer valid solution
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: nageswaragunupudi and 58 guests