====================================================================
GotXtraCC XtraProgressBar.dll		Version: 1.0.1018
====================================================================

XtraProgressBar is a Visual Studio .NET Progress Bar control for Windows Forms Application, which is highly customizable that would meet more than most DotNET applications developers' requirements.

This control is totally royalty-free. You're welcome to download, use and distribute it with your own application. But please give credit where credit is due and indicate the source. Thanks.


Please visit http://www.geocities.com/gotxtracc for updates, and more information. 

Your feedback is welcome. If you have any questions or problems, please e-mail to: gotxtracc@yahoo.com
Thank you for your support.



Installation:
--------------------------------------------------------------------
- Please unzip the file.
- Copy xtraprogressbar.dll to the \bin directory (or any folder you wish).
- In Visual Studio .NET Development Environment, Tools > Add/Remove Toolbox Items > .NET Framework Components, click Browse, select the xtraprogressbar.dll file, click OK.
- Now you should see the control in the Toolbox panel (No Regsvr32 needed).
- You can drag and drop the progressbar control onto your form design.

(Note: For the sample projects: Open GotXtraCCSolution.sln, go to Project > Add Reference, click Browse, select the xtraprogressbar.dll file, click OK. Run the project.)


Deployment:
--------------------------------------------------------------------
This assembly is strongly named. So it could be deployed by either keeping it private inside your application directory (recommended) or installing it into the global assembly cache.


====================================================================
Update Log
====================================================================
Version: 1.0.1018
- Fix the progress bar refresh problem when call BarPerformStep().
Version: 1.0.1017
- Release