Originally posted by: David Bates
With some cutomisation this dialog makes a very impressive about box and runs well. Note that the background
colour is hard coded to BLACK in the OnPaint() function. It should probably be:
CBrush bBrush(BACKGROUND_COLOR);
Originally posted by: Bin
Thanks!
When I display the scrolling credits, another window cover me and
move away, now my covered part not refreshed, how can I implemented
it?