Results 1 to 26 of 26

Thread: [RESOLVED] SplashScreen with ProgressBar

Hybrid View

  1. #1
    Hyperactive Member Coool's Avatar
    Join Date
    Feb 2006
    Location
    System.Coool
    Posts
    333

    Re: SplashScreen with ProgressBar

    Hum,

    VB Code:
    1. Public Sub ShowForm()
    2.         If Me.InvokeRequired Then
    3.             Me.Invoke(New HideShowFormDelegate(AddressOf ShowForm))
    4.         Else
    5.             BackgroundWorkerExample.Form2.Close() ' Add this one
    6.             Me.Show()
    7.         End If
    8.     End Sub

    Btw, When next time when u add Vb code then put it inside VBCODE tags
    I am using .NET 2010 with Windows 7

  2. #2

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

    Re: SplashScreen with ProgressBar

    Ok it worked!!! But ins't there a easy way to do this (if not i will use coool code, but i like a second opinion)
    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