Hello everyone,
I'm trying to do a simple thing, but I can't seem to find the way. I want to be able to show a progress bar that has no end or start. This is because i want to say to my user that the process is not controlled, for example, a database restore command. How can I do that? Does the ultraprogressbar support something like that?
Thanks.
I think what you describe is a "busy bar" I found several examples on how to implement something like the SQL server busy circular bar:
http://www.codeproject.com/KB/vb/sql2005circularprogress.aspx
hope this helps