Quote:
I'm looking for some help on how to embed a progressbar into a statusbar control on an MDI form. I've attempted using some of the API examples but the move method doesn't seem to be working properly. The ProgressBar appears right below my button bar instead of showing up within the StatusBar pannel.
I'm afraid this isn't working for me... I've cut and pasted the code and modified where you had statusbar1 and panelbar1 to use the pStatus and pPanel parameters however I'm still having the same problems. Just as an FYI I'm running on NT, so I'm not sure if there is a difference in regrads to the API calls. Lastly, I created a cmdButton and have that increment to 1000 in order to test the progress bar. When I click on the button the ENTIRE status bar looks as if it's being painted over but you can't see any tick marks. Lastly, you can see a rectangular frame above the statusbar...