1
votes

How do I add Undetermined Progress Bar in win32 api?

I just want the animation/progress bar to display as a child to main window when a button is press, continue animation until the the button is again played and then dissapear.

2
using plain win32 api? or some framework?evilruff
@evilruff Plain Win32 Api.user2178841

2 Answers

5
votes

The standard Win32 ProgressBar control has a Marquee mode for that exact purpose.

0
votes

Perhaps you just wish to show a small dialog containing an animated GIF file. You'll find plenty of example GIFs on the Internet.

http://www.ajaxload.info/ looks good.