+ Reply to Thread
Results 1 to 4 of 4

Thread: Timer for splash screen

  1. #1
    Newbie verion24 is an unknown quantity at this point
    Join Date
    Jul 2007
    Posts
    5

    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. #2
    Learning Programmer Johnnyboy is an unknown quantity at this point Johnnyboy's Avatar
    Join Date
    Nov 2005
    Location
    NC
    Posts
    56
    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.

  3. #3
    Programmer hoser2001 is an unknown quantity at this point hoser2001's Avatar
    Join Date
    Jul 2006
    Posts
    175
    simply add a timer to your form, when the timer elapses, call the forms close method.

  4. #4
    Newbie verion24 is an unknown quantity at this point
    Join Date
    Jul 2007
    Posts
    5
    Thanks everyone I've figured out the problem to more depth and found out the solution.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. Code: Print Screen
    By TcM in forum VB Tutorials
    Replies: 34
    Last Post: 09-01-2009, 01:39 PM
  2. 16 " screen
    By techni68 in forum Computer Hardware
    Replies: 5
    Last Post: 01-22-2007, 10:43 AM
  3. JavaScript:Tutorial, Screen Resolution
    By TcM in forum Javascript
    Replies: 6
    Last Post: 12-30-2006, 05:45 AM
  4. Capture the screen in a TImage
    By MrDiaz in forum Pascal/Delphi
    Replies: 3
    Last Post: 12-06-2006, 11:57 AM
  5. Timer component not working in Service Application
    By smith in forum C# Programming
    Replies: 5
    Last Post: 11-28-2006, 08:22 AM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

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