answersLogoWhite

0

Many people use a modified version of the program's About dialogue window as a splash screen, but you can also create a dedicated splash screen window that contains an image of the company logo along with some program information. The choice is yours but ultimately a splash screen is nothing more than a window that is shown while a program loads in the background. When the program has loaded, the splash screen is closed automatically.

The simplest method of displaying your splash screen is to use a program loader function. Typically this will be your program's main function or a function called from your main function. The program loader first loads and displays the splash screen, then loads the rest of your program in the background before closing the splash screen window and finally showing the main window.

Some splash screens display progress information during the load sequence, thus your program loader should send messages to the splash screen and give time to the system to allow messages to be processed. This will increase the time it takes to load your program, but if the load process is lengthy to begin with, it is better to give some indication of the progress.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

How do you print to the screen in C plus plus?

printf();


How do you use bgi graphics of c plus plus on tft screen?

TFT or CRT doesn't make difference in using BGI graphics.


How do you change Lenovo B460e Bios splash screen?

Yes!! We can change it. The boot splash screen with the tn logo is not the original splash screen of lenovo laptop. The govt. IT guys changed it using a splash screen changing tool. By the same way we are also able to change it. That splash screen changing tool is available in that same laptop in C drive. In C drive it consists of a folder named SVTOOLS or something. Inside that a folder named FLASH is available. Inside that flash folder, the tool used to change the boot splash screen is available. We can obtain the procedure to change or how to use the tool is available in Internet. By using that tool, we can change the initial splash screen of that laptop. I did it successfully. Try it.... But be careful about that you are going to play with the system bios. Your system will damage if you do anything false. Try it with your own risk. I am not recommend the beginners to do this!! Hope this may help you. Your friend Santhu M santhum08@gmail.com


Why is the background screen of c plus plus blue?

It has to be some color and blue is nice.


What windows 98 file is the startup logo?

The startup splash screen is embedded into IO.SYS. You can make your own startup screen (minus the scrolling bar at the bottom) by making a 320x400, 256 color bitmap image, naiming it LOGO.SYS, and placing it in C:\.


Can you make a website with C plus plus?

You cannot make a website with C++.


How can you screen shot on a HTC desire c?

how can i make screen shot


Can you make programs of C in visual c plus plus?

Yes.


How do you write a C plus plus program that displays a pyramid of Xes on the screen using a for loop?

printf ("x")


How do you display del symbol on output screen using C Plus Plus?

The del character, #255, has no symbol. It is a non-printing character, so you cannot display it on the screen.


Make programme for multification of three no in c plus plus?

result = a * b * c;


How do you go full screen in c plus plus?

Going full screen is not a C or C++ feature; it is an operating system feature. If you are running under MS Windows, you can go full screen in a console application by using <Alt><Enter>. Use <Alt><Enter> again to go back to windowed mode. You can also preset this in the shortcut.