.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

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - Updating recent updates - Problem in procedure - Any other approach? -