IonicWind Software

Aurora Compiler => Tips and Tricks => Topic started by: sapero on August 25, 2007, 09:00:18 AM

Title: AcdSee32 progressbar
Post by: sapero on August 25, 2007, 09:00:18 AM
This is a very simple progress bar, it uses a standard button as the window where to draw the progressbar.
Maybe you know the progressbar in acdsee32 (very old version) on the statusbar? Looks very similar :)

The progressbar is drawn inside CButton::OnDrawItem, all what it does is: draw sunken and raised edge, then draw some informative text.
Title: Re: AcdSee32 progressbar
Post by: Haim on August 25, 2007, 09:58:00 AM
Nice one!
and also usefull

Thanks for sharing

Haim
Title: Re: AcdSee32 progressbar
Post by: pistol350 on August 30, 2007, 06:40:35 PM
Great!
As expected from the great coder you are.
Cheers!