Reputation: 16714
Is this possible? Would this be nice for the user?
I've already done some progressbars in the taskbar, so I'm not asking how to do it. I'm asking particularly about a marquee progressbar.
Upvotes: 2
Views: 1096
Reputation: 40736
I've did it successfully (in .NET 2.0) with the help of these two references:
The marquee is done with the "Indeterminate" mode. An excerpt from my code can be found here.
Upvotes: 2