Results 1 to 26 of 26

Thread: [RESOLVED] SplashScreen with ProgressBar

Hybrid View

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

    Re: SplashScreen with ProgressBar

    wrap your code in a try statement

    Like this:

    VB Code:
    1. Try
    2.             'Put your code here
    3.         Catch ex As Exception
    4.             MessageBox.Show(ex.Message)
    5.         End Try

    And let's see what it says.
    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)

  2. #2

    Thread Starter
    Fanatic Member Lasering's Avatar
    Join Date
    May 2006
    Location
    Lisboa
    Posts
    559

    Re: SplashScreen with ProgressBar

    Hi!!!

    Lool it doesn't say nothing.

    I put the code in MainForm Load event like this:
    Entrada.ShowDialog()
    Try
    ByItem_()
    Search_()
    Catch ex As Exception
    MessageBox.Show(ex.Message)
    End Try
    Entrada.Close()
    Me.Show()

    and no results so i tried this
    Try
    Entrada.ShowDialog()
    ByItem_()
    Search_()
    Catch ex As Exception
    MessageBox.Show(ex.Message)
    End Try
    Entrada.Close()
    Me.Show()
    Again no results. No MessageBox the progressbar dont move but the labels good.

    Any more ideias?
    Controls: XPCC|Quantum
    Windows API'sLINQ to XML SamplesRegex Tutorial

    Albert Einstein:
    "Imagination is more important than knowledge."
    "Everything should be made as simple as possible, but not simpler."
    "Great spirits have often encountered violent opposition from weak minds."

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