Progress control in status bar
-
Can someone give me the basic steps to getting this going? I have a lump of code which takes a while to execute so I want to temporarily put a progress bar into the status bar while this is happening then remove it when the code has finished. The docs mention using ownerdraw status bar panels, but I need a bit more detail on exactly how.
-
Can someone give me the basic steps to getting this going? I have a lump of code which takes a while to execute so I want to temporarily put a progress bar into the status bar while this is happening then remove it when the code has finished. The docs mention using ownerdraw status bar panels, but I need a bit more detail on exactly how.
This may not be exactly what you are looking for as it is done in VC++, however the topic matches exactly. Chris has written an article already titled: Showing progress bar in a status bar pane Hope this helps Nick Parker