Monday, October 11, 2010

How to Create ProgressBar Column in DataGridView - CodeProject

Introduction for the article
Before a couple of days I was working on program that allows users upload multiple files on a server. I realized it would be a nice to show progress of upload for every file individually. I tried to find way, how to solve this. After hours of “googling” I found some solutions, how to show progress bar in DataGridView object so I decided to create my own custom progress bar column. Articles I found, served as a guide for me and I have picked up same ideas, haw to customize DataGridView columns. I have implemented some functionality that I will describe later.
How to Create ProgressBar Column in DataGridView - CodeProject
Enhanced by Zemanta

No comments: