Skip to content

DevExpress-Examples/winforms-progressbar-update-from-separate-thread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms Progress Bar - Update the progress from a separate thread

This example shows how to perform a file copy operation in a background thread and indicate progress of the operation on the main form. The WinForms Progress Bar control is used to communicate operation state and supply feedback to end users.

Note

You can also use the WinForms Wait Form to indicate progress of time-consuming operations. The Wait Form runs in a separate thread and provides feedback to users regarding an application’s state.

Files to Review

See Also