Build a real multithreaded splash, with the slow loading process and the animated splash running simultaniously.
Latest Splash Screens Articles
A Splash Screen with Alpha Blending
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.)
Adding a Splash Screen to Your Applications
Create splash screens for your applications without the use of MFC.
Dialog with Splash Screen Example Code
Dialog with Splash Screen Example Code
Splash Screen with 256 color support
Splash Screen with 256 color support
Splash screen with text on it that uses its own thread
Splash screen with text on it that uses its own thread
Latest Developer Videos
More...Latest CodeGuru Developer Columns

Control Statements and Basic Loops in C++/CLI
Become more proficient on the usage of statements to control the flow of execution through a C++/CLI application.

Processing Things in C# with the Process Class
Explore new ways to run processes under Windows. Some might even surprise you.

Switching Input Languages Dynamically with Visual Basic
You can change your input language dynamically. Make it easier for those who speak other languages to use your software.
Maker Project: Creating a Garage Door Opener
Have you ever wanted to control your garage door from your smartphone? Here is your chance. Get your hands dirty with an Arduino Garage Door Controller.