I am using c# for my project, and i am working on a splash screen. Splash screen checking necessary files, problem is files are checked before showing splash screen. I want to do file checking after splashScreen interface become visible.
I am using two methods
//----------- Constructor ---------------------------------------
splashScreen()
{
initialization();
}
//-------------- Load Function ----------------------------------
splashScreen_Load(paramters)
{
checking files, database etc.
}