SHARE
Facebook X Pinterest WhatsApp

Obtaining High-Color Splash Screens

Environment:Visual C++ 6.0, MFC The default bitmap provided by “splash screen component” included with Microsoft Visual C++ 6.0 is a 16-color bitmap. Although the Visual C++ resource editor is capable of displaying images with up to 256 colors, any new bitmap created with Visual C++ 6.0 defaults to 16 colors. To display a high-color splash […]

Written By
thumbnail
CodeGuru Staff
CodeGuru Staff
May 24, 2002
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More

Environment:Visual C++ 6.0, MFC

The default bitmap provided by “splash screen component” included with Microsoft Visual C++ 6.0 is a 16-color bitmap. Although the Visual C++ resource editor is capable of displaying images with up to 256 colors, any new bitmap created with Visual C++ 6.0 defaults to 16 colors.

To display a high-color splash screen, follow these steps:

  1. Insert a splash screen component to the project using “Components and Controls Gallery.”
  2. Open the bitmap associated with the splash screen in the resource editor, and note the image file name.
  3. Using an image editor such as MS Paint, edit the image file and save it with the required color depth.
  4. Now the splash screen would display an image with a color depth of more than 16 colors.
  5. As the bitmap editor included with Visual C++ versions 6.0 and earlier, is not capable of displaying images with more than 256 colors; you will need to use an external image editor for all further editing of this bitmap.

Recommended for you...

Drawing 3D OpenGL Graphics on Google Maps
Mandelbrot Using C++ AMP
CodeGuru Staff
Jan 27, 2012
Simple C++ MP3 Player Class
CodeGuru Staff
Aug 22, 2011
Library for Raw Video Processing
CodeGuru Staff
Jun 14, 2011
CodeGuru Logo

CodeGuru covers topics related to Microsoft-related software development, mobile development, database management, and web application programming. In addition to tutorials and how-tos that teach programmers how to code in Microsoft-related languages and frameworks like C# and .Net, we also publish articles on software development tools, the latest in developer news, and advice for project managers. Cloud services such as Microsoft Azure and database options including SQL Server and MSSQL are also frequently covered.

Property of TechnologyAdvice. © 2025 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.