I am just trying to yous splash screen with time interval at least 50 seconds or more than or less than.
any advise on the code or additional information?
Code below:
static class Program
{
///
/// The main entry point for the application.
///
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
LoadingScreen Splash = new LoadingScreen();
Splash.ShowDialog();
MPDSMain MDI = new MPDSMain();
Application.Run(MDI);
}
}
Nishant MittalPosted Jan 18, 2016, 1:46 AM
JomarMark TamargoPosted Jan 18, 2016, 1:25 AM
Nishant MittalPosted Jan 17, 2016, 11:21 PM