Hi,
I'm not sure if this belongs in the API section of this forum so I've just placed it in the general section. I would like to add a progress bar to a status bar. I'm sure you have all seen this done before on IE? Thanks
Printable View
Hi,
I'm not sure if this belongs in the API section of this forum so I've just placed it in the general section. I would like to add a progress bar to a status bar. I'm sure you have all seen this done before on IE? Thanks
You can manually add a ProgressBar to it (at design time) and size it to make it look as if it was a panal. Then you can make it invisible or visible when needed. This is what IE does.
Thank you both!