I am new to using Visual C++. I used a Control box to create the progress bar in one file. In another file, I want to update the same progress bar so that it looks like it is downloading. How do I do that?
For example:
one file
Progress.cpp:
Member variable,pBar, is assigned to Progress Bar that...