Animated Multithread Splash
Build a real multithreaded splash, with the slow loading process and the animated splash running simultaniously.
Build a real multithreaded splash, with the slow loading process and the animated splash running simultaniously.
Have you ever thought about creating a splash screen that melts with the background using an Alpha channel together with the splash bitmap? This three-class implementation could help you do this. Includes explanations of Alpha Blending routines and GDI functions such as GetDIBits and SetDIBits. (The demo project was updated.)
Create splash screens for your applications without the use of MFC.
Splash screen with text on it that uses its own thread
Dialog with Splash Screen Example Code