borko1980 wrote:
Yes, that works, thanks. But now i got child window flickering as i move my mouse over that window, i got some regions drawn
beneath text. how to avoid/resolve this?.
One possibility is a technique called double buffering. Render your image into an off-screen bitmap, dump it on the screen in one BitBlt operation.
Igor Tandetnik