 |
|
|
 |
|
 |
I have no need for a progressbar like this but if I did it would be the only choice. Thumbs up, works nicely in VS2008 with VB.NET
|
|
|
|
 |
|
 |
When i found the article, i was exctied. you know, this article was reprinted by many Chinese technical web. Thanks for your article. I am learning about creating controls in C# by myself. The progressbar control is strange for me, so I would learn it carefully.
|
|
|
|
 |
|
 |
thinks,if it is in mfc,it,s
better
|
|
|
|
 |
|
 |
Hi,
Do you have a link to version 2.0? as the one here is version 1.0 and does not allow the progress bar to operate vertically (up and down)
Thanks,
Andy
|
|
|
|
 |
|
 |
How can i add lines on your ProgressBar?
I want to add 3 lines as a borders on the progress bar.( for example 25%, 50%, 75%)
Thanks,
Oranit
maornit@gmail.com
|
|
|
|
 |
|
|
 |
|
 |
hello
i want to display progress bar on list view without using MFC
if i add files in list control than progress bar should be shown under "PROGRESS" column as other
details are shown under other columns
thanks
|
|
|
|
 |
|
 |
Hi - this looks great. Have you tried running this from a backgroundworker to monitor long-running processes like copying large files and monitoring "file# of files" being copied ?
If you have any ideas on that, it'll be great.
|
|
|
|
 |
|
 |
Thanks from Paris for this beautiful works !
Regards.
|
|
|
|
 |
|
 |
Fantastic progress bar, and a big improvement over the default Microsoft bar. This really helped improve the "look and feel" of my application. Your work is much appreciated!
Jeff Dodson
|
|
|
|
 |
|
 |
Marcos, greatings from argentina .
I was reading your email about ndoc on C# mug email list, found filehelpers.com, and now Im here.
You're making a really good job, thanks for your time and effort!
|
|
|
|
 |
|
 |
Gracias !!
Do donde sos ?? de bs as ?
Ahora estamos terminando otras cositas porque queriamos armar una empresa con librerias tipo los FileHelpers.
http://devoo.net
Ahi vas a encontrar mi tesis de grado donde era más fanatico de .NET y le pegaba duro a Java jajajajaj
Abrazo
|
|
|
|
 |
|
 |
Looking around for a replacement progress bar control for Windows forms.
Integrated CCRP's progress bar control into a project of mine.
While it works great, I really wanted to have a pure .NET control to work with.
Didn't imagine I would find one that had the source code to boot!
Thank you very much for not only building this, but providing the source as well.
Tip my hat to you sir.
|
|
|
|
 |
|
 |
Hi,
I love your progressbar. I am using it happily in my dev environment and then when I build a setup file and install on a different machine, my Excel VSTO add-in loads fine and semes to work except when it tries to use the prgress bar and it complains that there are no execute permissions granted. I have set the whole install directory as full trust with Caspol but still no luck.
Any ideas?
Mike
Mike
|
|
|
|
 |
|
 |
Hi,
thanks a lot for that really great control. You mentioned a version 2 with vertical progress bar support. I downloaded the sources from www.filehelpers.com. I also found the Framework.Controls.ProgressBar.dll. But I can't see, how I can use it as vertical. Can you help me?
|
|
|
|
 |
|
 |
Hi
In fact I only release the verion 1.0of the progress bar, this data fo 1.5 and 2.0 are only a tentative roadmap and the CodeProject editors remove this word =( so I only was doing some small improviments in the version bundled with the FileHelpers
Sorry for this
Cheers
|
|
|
|
 |
|
 |
Hi
I would like to precise that you did a very great job.
But on my PC every time that i resize or move the window containing the progressbar, the redrawing of this one is not perfect.
To solve this problem, I had e.Graphics.Clear(this.BackColor); as first line in the protected override void OnPaint(PaintEventArgs e) method.
|
|
|
|
 |
|
 |
Hi
Thanks a lot for the report, I will keep it in mind for the next version
and tahbks also for the solution =)
Cheers
|
|
|
|
 |
|
 |
At your service
|
|
|
|
 |
|
 |
Thaks man! Clean and beauty.
|
|
|
|
 |
|
 |
Thanks to you
You can download the last version that is bundled with the FileHelpers here
www.filehelpers.com
I need a bit of time to upload the new version =(
Cheers
Marcos
|
|
|
|
 |
|
 |
Any chance you could add a marquee mode like the standard .NET progress bar has?
That would be awesome,
Roel
|
|
|
|
 |
|
 |
I have to say this is quite easily the best progress bar I've seen. The only problem I have with it is the ColorsXp Property... I spent deciding on my colours and then accidentally changed it to true. I lost all of the properties that I'd set. Couldn't you just make it so that when you set it to true it leaves the colours as they are, but just draws it different?
I also noticed that you can't reset the colours to their default values. Why didn't you use something like this -
[DefaultValue(GetType(Color),"170, 240, 170")]
I'm not a C# programmer but I'm almost positive that should work.
|
|
|
|
 |
|
 |
Hi
Thanks a lot for your comments =)
You are completely right, this versions of the ProgressBar has some little problems that I already fix for the next version and I also add an option to save the PB to a file so you use the same between projects.
I´va also added the defaults values and fix the Steep -> Step type error
You can found an update version od the progress bar in the distribution of my main project here:
FileHelpers[^]
Cheers
Marcos
|
|
|
|
 |