I actually want to move the progress bar up from another file. The class wizard created a file for me and placed the Progress bar in it. I have another file that wants to use the Progress bar variables to update.
Progress Bar.cpp (created by class wizard)
CFormView type box that allows me to...
I am new to using Visual C++. I used a Control box in the Resource view tab to create the progress bar in the dialog box. This puts all the information 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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.