Click here to Skip to main content
15,897,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
What I want to accomplish, is create a MDI Application that reports progress. When a child form is opened, I want the parent form to show a progress bar which indicates the child form is opening. I want to use background worker to accomplish this.

My second question is how can I use background worker to show the progress in a progress bar which will indicate data is being either Saved, Edited, Delete to the SQL DB.

:confused:

I am really unfamiliar with Background worker but I know it can create Threads and report the progress of these threads.

Can anyone provide an example using code. The Programing Language is VB. NET (Visual Basic)

Thank you in advanced!! :) :-D
Posted

1 solution

Try searching the CodeProject articles[^] or google[^]. There are plenty of articles that can help you get started.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900