Thread: Splash screen? C#

  1. #1
    Registered User
    Join Date
    Oct 2011
    Posts
    67

    Splash screen? C#

    Reorganize your program functions so that users will first see a splash screen and a menu before proceeding.

    Above is a instruction for my assignment. I complete all which included functions but I don't know what is splash screen...? So, anyone could guide me to create one?

  2. #2

  3. #3
    ...and never returned. StainedBlue's Avatar
    Join Date
    Aug 2009
    Posts
    168
    I don't normally do WinForms programming, but don't you just need to create a new WinForm (the splash screen) and change the program so that the new Form gets loaded first when the program is run? Seems pretty straight forward to me...
    goto( comeFrom() );

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Splash screen
    By NoFearXD in forum Windows Programming
    Replies: 4
    Last Post: 06-03-2007, 11:37 AM
  2. Splash Screen
    By vrek in forum Windows Programming
    Replies: 7
    Last Post: 04-19-2007, 10:55 PM
  3. Splash Screen
    By rEtard in forum Windows Programming
    Replies: 6
    Last Post: 04-17-2005, 11:21 PM
  4. Splash Screen in C++(2)
    By cfrost in forum C++ Programming
    Replies: 1
    Last Post: 04-26-2004, 06:37 AM