At 06:47 PM 12/27/00 +0800, you (Dmitry Timoshkov) wrote:
>While working on the scrolling problems in the edit control,
>I found that if application calls SetRedraw(hEdit, FALSE),
>SetText(hEdit, "Some long text"), SetRedraw(hEdit, TRUE)
>scroll bars are not repainted at all.
>
>Adding RDW_FRAME to the flags passed to PAINT_RedrawWindow
>helps a lot. Is this a right way?
I have absolutely no idea, but I checked this patch against Eudora
and it fixes a repainting problem when scrolling listboxes.
Gerard