Results 1 to 4 of 4

Thread: Splashscreen in forground?

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2001
    Posts
    40

    Question

    Hi.

    I have tried to make a Splash screen on my program but it always shows behind the main form. How do I fix so that the splashscreen is in the forground instead of the main form?

  2. #2
    Lively Member
    Join Date
    Jul 1999
    Posts
    99
    set the splash screen's zorder to 0.

  3. #3
    Frenzied Member CyberCarsten's Avatar
    Join Date
    Sep 1999
    Location
    Aalborg Ø, Denmark
    Posts
    1,544
    Or:
    Code:
    Splash.Show 1
    razor
    Software Engineer Student, Aalborg University, Denmark
    http://www.cs.auc.dk

    My email at AUC: will get a new email soon
    My website: http://www.razorsoftware.net


    Windows XP Pro/ Gentoo Linux (Laptop)
    Windows XP Pro (Home PC)

  4. #4
    Guest
    Better to load it non-modal, then when the main form behind it loads, set the slashscreen form to be always on top of the main form. This means that the user can flip between other programs, andthe splash screen is only on top when you app has focu, not when another app has focus.

    - gaffa

Posting Permissions

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



Click Here to Expand Forum to Full Width