Click to See Complete Forum and Search --> : Progress Bar


rajibdey2005
August 3rd, 2006, 02:26 PM
How to add Progress Bar at the Status Bar of a Form created in VB.NET. In need of it

aniskhan
August 3rd, 2006, 10:33 PM
ProgressBar in statusBar (http://www.codeproject.com/vb/net/ProgressStatus.asp)
In VB2005 u have statusStrip which allows u to place progressbar in statusStrip.

HanneSThEGreaT
August 4th, 2006, 01:24 AM
ProgressBar in statusBar (http://www.codeproject.com/vb/net/ProgressStatus.asp)
In VB2005 u have statusStrip which allows u to place progressbar in statusStrip.

Nice! :thumb:

rajibdey2005
August 4th, 2006, 01:49 PM
ProgressBar in statusBar (http://www.codeproject.com/vb/net/ProgressStatus.asp)
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

aniskhan
August 5th, 2006, 03:41 AM
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.

HanneSThEGreaT
August 5th, 2006, 03:44 AM
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 ¿