Tech Support > Microsoft Windows > Development Resources > splash screen
splash screen
Posted by Servé La on March 7th, 2004


In VC6 you could add a splash screen to a win32/mfc application pretty
easily.
How can I do that in VC7.1?


Posted by Macallan on March 7th, 2004



I always use the same: A dialog box in a CWinThread
that auto delete on a WM_TIMER.

"Servé La" <ik@benerwegvan.com> a écrit dans le message de
news:104lr8jtdarmoef@corp.supernews.com...



Similar Posts