![]() |
|
[VB6] [Source] vProgress - A ProgressBar like WPF's - 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: [VB6] [Source] vProgress - A ProgressBar like WPF's (/Thread-VB6-Source-vProgress-A-ProgressBar-like-WPF-s) |
[VB6] [Source] vProgress - A ProgressBar like WPF's - Coder-san - 12-02-2010 [altimg=http://d.imagehost.org/0699/vProgressDemo.gif]vProgress - A ProgressBar like WPF's - By Coder-san[/altimg] This took me a while to make, about 3 weeks. Mainly to decide the way, the result I wanted. And I think it came out really well. It's much cleaner than in this GIF. There is no image required for this code. Credits: What you Need? A PictureBox Usage: Code: 'Syntax:
'Progress(PictureBox, Value, HueValue, MaxProgress)
Progress Picture1, 50, 50, 100[link=http://hotfile.com/dl/119217012/b7510b4/vProgress.bas.html]Download (6 Kb)[/link] RE: [VB6] [Source] vProgress - A ProgressBar like WPF's - Lenalee - 01-25-2011 Thx Coder-San i bookmarked this page in case next time i wanna read it X.X
RE: [VB6] [Source] vProgress - A ProgressBar like WPF's - Amboå=Zeg_h - 05-29-2011 Awesome!!! realy nice work
|