NO

Author Topic: Easy Creation of Splash Window (Creando ventana de Inicio Splash)  (Read 4191 times)

lucindom

  • Guest
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

  • Guest
Re: Easy Creation of Splash Window (Creando ventana de Inicio Splash)
« Reply #1 on: June 25, 2010, 11:03:50 PM »
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 );