Results 1 to 26 of 26

Thread: [RESOLVED] SplashScreen with ProgressBar

Threaded View

  1. #9
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: SplashScreen with ProgressBar

    You need to replace:

    VB Code:
    1. Entrada.ShowDialog()

    with:

    VB Code:
    1. Entrada.Show()

    Because the lines underneath will not be executed unless entreda is closed, when you use showdialog.

    When using ShowDialog, the form behaves as a dialog, i.e it "pauses" your application until it has been closed.
    Last edited by Atheist; Jun 10th, 2006 at 10:07 AM.
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

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