c# - Is there a control for .NET that is similar to the completion graph in uTorrent? -


For reference, it looks like this is a normal progress bar instead of filling 0% -XX% Also the arbitrary category may be filled up. I tried to search but did not describe it.

I would say that you will not get normal control to do this.

However, the concept is simple, you can roll your own easily by using GDI +


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -