Click here to Skip to main content
15,885,782 members
Articles / Desktop Programming / Win32

A generic progress bar snippet with Inner Process Communication using Mutex

Rate me:
Please Sign up or sign in to vote.
4.70/5 (7 votes)
29 Oct 2022CPOL7 min read 4.3K   179   8  
The progress bar snippet explained in this article, can be called or updated from different running programs.
The purpose of the article is to explain an idea I had: a universal Progress Bar snippet which can be called or updated from different running programs or processes, in order to display smoothly the progress of any procedure that is handled by several different processes.

Views

Daily Counts

Downloads

Weekly Counts

License

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


Written By
CEO Secured Globe, Inc.
United States United States
Michael Haephrati is a music composer, an inventor and an expert specializes in software development and information security, who has built a unique perspective which combines technology and the end user experience. He is the author of a the book Learning C++ , which teaches C++ 20, and was published in August 2022.

He is the CEO of Secured Globe, Inc., and also active at Stack Overflow.

Read our Corporate blog or read my Personal blog.





Comments and Discussions