![]() |
|
N2Oxide ProgressBar Control - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Visual Basic & .NET Framework (https://sinister.ly/Forum-Visual-Basic-NET-Framework) +--- Thread: N2Oxide ProgressBar Control (/Thread-N2Oxide-ProgressBar-Control) |
N2Oxide ProgressBar Control - cxS - 04-15-2013 Here's another GDI control I wrote in C# (posted on another forum). I'll share it here too though. Previews: ![]() EDIT: More previews: ![]() *Edited to curve the first part instead of making it square.
Re: N2Oxide ProgressBar Control - Oni - 04-15-2013 Pretty sexy looking. Nice job! RE: N2Oxide ProgressBar Control - i0xIllusi0n - 04-15-2013 I like all the bars, but the only thing I don't like about it is the flat line that extends farther out compared to the rest of the line. Other than that, looks amazing
RE: N2Oxide ProgressBar Control - Nefarious - 04-15-2013 The bars look nice and smooth. The only issue is the straight line at the start of the progress bar. RE: N2Oxide ProgressBar Control - Bannedshee - 04-16-2013 Looks sexy, but the bar should be fully filled up, not just the middle. RE: N2Oxide ProgressBar Control - cxS - 04-23-2013 (04-15-2013, 09:27 PM)Three Wrote: The bars look nice and smooth. That's what defines the start of the progress, at 0%. (04-16-2013, 01:18 AM)Cyber Wrote: Looks sexy, but the bar should be fully filled up, not just the middle. I kept it offset so that the text can be easily visible and a thing of it's own. "middle" though? The offset is set at about 10% of the full width... |