user2178841
user2178841

Reputation: 859

Undetermined Progress bar in Win32 API

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

Answers (2)

Remy Lebeau
Remy Lebeau

Reputation: 596352

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

Upvotes: 5

Ian Miller
Ian Miller

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

Related Questions