Click here to Skip to main content
15,892,161 members
Articles / Desktop Programming / MFC
Article

Code Reuse with Component Gallery to Implement Splash Screen

Rate me:
Please Sign up or sign in to vote.
1.03/5 (16 votes)
24 May 2005 31.6K   10   3
Its saves our effort and time by reusing the existing code

Sample Image - sample splash screen.gif

Introduction

The Visual C++ development system provides a repository for reusable code components, the Component Gallery. Using those Components we can reuse the Splash Screen Code. Lot more Components are available say splash screen, Pop-up Menu, Tip of the day...So its make our work easy....

How to Reuse the Code

Step 1: Step 1: Open your Workspace and Go to Project menu->Add to Project->Components and Controls

Sample Image - maximum width is 600 pixels

Step 2: Select the component that you wish to have say for example Splash screen

Sample Image - maximum width is 600 pixels

Step 3: Click Resource view Tab, check for Bitmap resource... you will find IDB_SPLASH bitmap which will serve as Splash screen.You can edit the bitmap accordingly and just compile it and run isn't so easy.... Code is reused by saving our time and effort similarly you can try out for other components say Pop up menu, Splitter bar, and tip of the day... That's It

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
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralI'm not seeing any of your sample images. Pin
WREY24-May-05 14:10
WREY24-May-05 14:10 
Generalme too Pin
taoist25-May-05 17:09
taoist25-May-05 17:09 
Generalme three ... Pin
Rahim Rattani8-Oct-05 9:52
Rahim Rattani8-Oct-05 9:52 

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.