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.
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.
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.