Closed Thread
Results 1 to 4 of 4

Thread: Timer for splash screen

  1. #1
    verion24 is offline Newbie
    Join Date
    Jul 2007
    Posts
    5
    Rep Power
    0

    Timer for splash screen

    What coding and properties is required so that after 20 seconds, the splash screen will disappear and the main form will appear, but only once? My current one causes the main form to appear frequently after the first timer event.

    Thanks

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Johnnyboy's Avatar
    Johnnyboy is offline Learning Programmer
    Join Date
    Nov 2005
    Location
    NC
    Posts
    56
    Rep Power
    0
    What exactly is happening when u say:
    "My current one causes the main form to appear frequently after the first timer event."?

    Do u want the spash screen to only show one time... the first time the app is opened and then never again? Or only show your "main form" only shows once and never again?

    ????
    When things work the way they should it's a wonderful thing! It's the should part that gets me. visit me @ www.unseenbattle.net and drop me a line.

  4. #3
    hoser2001's Avatar
    hoser2001 is offline Programmer
    Join Date
    Jul 2006
    Posts
    175
    Rep Power
    0
    simply add a timer to your form, when the timer elapses, call the forms close method.

  5. #4
    verion24 is offline Newbie
    Join Date
    Jul 2007
    Posts
    5
    Rep Power
    0
    Thanks everyone I've figured out the problem to more depth and found out the solution.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Java - Splash screen / non rectangular frame.
    By wim DC in forum Classes and Code Snippets
    Replies: 1
    Last Post: 01-16-2011, 07:49 AM
  2. Splash Screen in C#
    By Kierien in forum CSharp Tutorials
    Replies: 21
    Last Post: 01-09-2011, 01:03 PM
  3. Tutorial - How to create a Splash Screen?
    By diz in forum CSharp Tutorials
    Replies: 9
    Last Post: 11-03-2010, 05:32 AM
  4. Adding a splash screen to your Swing application.
    By farrell2k in forum Java Tutorials
    Replies: 0
    Last Post: 06-20-2010, 04:57 PM
  5. Screen resolution issue and getting rid of gaps around the edges of the screen...
    By HumansAreFriendsNotFood in forum HTML Programming
    Replies: 10
    Last Post: 06-07-2010, 11:07 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts