Showing progress bar in a status bar pane (3)
Posted
by Levente Farkas
on August 6th, 1998
This can be best achieved by deriving a class from CStatusBar and adding a CProgressCtrl child in it. We can then add members to the new CStatusBarWithProgress to hide/show and control the progress bar.
All these prepared, you can now open up your frame class' header, and simply change CStatusBar with our new CStatusBarWithProgress. That's all.

Comments
There are no comments yet. Be the first to comment!