Post by Angel Tsankov Can I set the text of a button without causing it to redraw itself?
Try using WM_SETREDRAW to prevent the button from redrawing. I don't know if it'll work as the button control may not pay attention to that message. Dave
It seems to works just as I need it to. Thanks, Dave!