CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Thread: Progress Bar

  1. #1
    Join Date
    Jul 2006
    Posts
    45

    Unhappy Progress Bar

    How to add Progress Bar at the Status Bar of a Form created in VB.NET. In need of it

  2. #2
    Join Date
    Oct 2005
    Location
    Islamabad, Pakistan
    Posts
    1,277

    Re: Progress Bar

    ProgressBar in statusBar
    In VB2005 u have statusStrip which allows u to place progressbar in statusStrip.

  3. #3
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: Progress Bar

    Quote Originally Posted by aniskhan
    ProgressBar in statusBar
    In VB2005 u have statusStrip which allows u to place progressbar in statusStrip.
    Nice!

  4. #4
    Join Date
    Jul 2006
    Posts
    45

    Thumbs up Re: Progress Bar

    Quote Originally Posted by aniskhan
    ProgressBar in statusBar
    In VB2005 u have statusStrip which allows u to place progressbar in statusStrip.
    I m using VB.NET 2002 can you help me out with this version. Anyway thanx for the reply

  5. #5
    Join Date
    Oct 2005
    Location
    Islamabad, Pakistan
    Posts
    1,277

    Re: Progress Bar

    i think there s some confusion, the link has the problem solved for vb.net 2002 and 2003 users, wheras newer vb2005 has statusStrip with builtin functionality to add a progressBar.

  6. #6
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: Progress Bar

    Quote Originally Posted by rajibdey2005
    I m using VB.NET 2002 can you help me out with this version. Anyway thanx for the reply
    Have you looked at the link provided by aniskhan ¿

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

Featured