I want to display an image right after the dialog is drawn and keep it for like 3 secs (an intro).

I know how to do everything but i can't find a message that is sent when the MFC dialog is displayed, "NOT" about to display.

I can show messages and stuff after dialog has been created by calling this->ShowWindow(TRUE); in OnInitDialog(),
but i cant display an image after the dialof has been displayed untill Return true has been called.

so, is there a way to display an intro after the dialog has been created?

so,can any one help xD?

Help will be appreciated.