Easy Creation of Splash Window (Creando ventana de Inicio Splash)

Started by lucindom, June 25, 2010, 10:57:08 PM

Previous topic - Next topic

lucindom

Hi! to Create an Splash Window, follow this project....
you can divide in 2 source files, to separate the Splash Code.

Enjoy this.

Lucindo from Venezuela.
Thanks Pelles, Excellent Software!.

lucindom

Do you can use the Splash Window to promote the program meanwhile other large time activities are run in the Main_OnCreate.
Use this format:

/// "imgsplash.bmp" is an image with marketing words over the program
LPSPLASH lpsp = SPLASH_Open( "imgsplash.bmp", TRUE, RGB( 255,255,255 ) );
// now run the large consuption time activities:
/////// ....... Load Databases ........................

//////  ........ Initialize BABYGRID Objects .........

/////   ........ Some Calculations......................

// Now, Close the Splash..
SPLASH_Close( lpsp );