.net - Windows Forms Control for visualizing job steps -


i looking (free) windows forms control visualizing jobs step / phases. background: in programm tasks more job steps processed. user should see, actual step (of current taks( processed (at best animated)...

assuming application using threads prevent ui locking during these long tasks, recommend looking using built in reportprogress method built background workers.

http://msdn.microsoft.com/en-us/library/a3zbdb1t.aspx

as control, can update through method. recommend textbox or label though.

if isn't option, clarify scenario bit more?


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -