Progress Bar on top of a Status bar.
Visual Basic
3
Posts
3
Posters
21
Views
1
Watching
-
How can I paste a Progress bar on top a Status bar in an MDI form. Any help would be apprieciated. Thanks
-
How can I paste a Progress bar on top a Status bar in an MDI form. Any help would be apprieciated. Thanks
A simple way is to add a pane to the status bar as a separator and then in CMainFrame::OnCreate, create the progress control with the size of that separator. Then use CmdUI to enable it, and it is ready for use. I can send you an example is you like. Happy programming!!
-
How can I paste a Progress bar on top a Status bar in an MDI form. Any help would be apprieciated. Thanks
Check out http://www.mvps.org/btmtz