Reputation: 859
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.
Upvotes: 2
Views: 1422
Reputation: 596352
The standard Win32 ProgressBar control has a Marquee mode for that exact purpose.
Upvotes: 5
Reputation: 603
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.
Upvotes: 0