Click here to Skip to main content
15,885,366 members
Articles / Desktop Programming / MFC
Article

High color splash screen using the "Splash Screen Component" in VS

Rate me:
Please Sign up or sign in to vote.
1.55/5 (18 votes)
24 May 2002 66K   17   8
How to create splash screens that display more than 256 colors

Introduction

The default bitmap provided by the “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 resource editor, and note the image file name.
  3. Using an image editor like MS Paint edit the image file and save it with the required color depth.
  4. Now the splash screen will display your 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 external image editor for all further editing of this bitmap

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralMy vote of 1 Pin
account74198811-Aug-10 18:53
account74198811-Aug-10 18:53 
GeneralNot so bad Pin
deejay500002-Feb-08 5:17
deejay500002-Feb-08 5:17 
Generalno source, no demo, no text... Pin
toxcct6-Mar-06 2:55
toxcct6-Mar-06 2:55 
Questionis this an article? Pin
Mario M.26-May-02 4:45
Mario M.26-May-02 4:45 
AnswerRe: is this an article? Pin
A. N. Other26-May-02 22:52
A. N. Other26-May-02 22:52 
And how many articles have you ever written?????? 0!!! Until we've seen how rubbish one of your articles is, I don't think you can comment you idiot!!! Mad | :mad: Mad | :mad: Mad | :mad:
GeneralRe: is this an article? Pin
toxcct6-Mar-06 2:56
toxcct6-Mar-06 2:56 
AnswerRe: is this an article? Pin
Anonymous11-Jul-02 10:56
Anonymous11-Jul-02 10:56 
AnswerRe: is this an article? Pin
Synetech26-Aug-02 8:53
Synetech26-Aug-02 8:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.