Handling Progress with a Background Job in a GUI Application
- Details
- Written by Max Trinidad
- Last Updated: 06 September 2019
- Created: 01 May 2019
- Hits: 18969
This article presents the instructional video for creating a similar GUI application that was covered in another article, The Progress Bar, in the section: Handling Steps Progress with a Background Job in a GUI Application.
This GUI application displays the list of all PDF documents from a selected folder, and also shows the progress of a task running in the background. Additionally, this application has the ability to stop the running job—if needed.
This application showcases a Responsive GUI. The Windows application will not freeze, and remains responsive to the user. In a normal Windows GUI application the form is non-responsive, making the user wait to get the control back and freezing the application at the task that is completed.
This video shows you how to:
- Create a new application.
- Work with Forms properties and anchoring controls.
- Add Controls from the Toolbox: RichTextBox, StartJob, Buttons, Label, and ProgressBar.
- Work with the Properties, Functions, and the Snippet panels.
- Add the code behind the controls:
- Set properties for the Progress Bar control.
- Work with JobTracker functions.
Download the sample application use in the video: ListAllPDFMyDocApp1.zip
Related Articles
- ProgressBar Control
- ProgressBarOverlay Control
- Creating Responsive Loops
- Creating Responsive Forms
- About Splatting
- The Progress Bar
For licensed customers, use the forum associated with your product in our Product Support Forums for Registered Customers.
For users of trial versions, please post in our Former and Future Customers - Questions forum.