2

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.

Igby Largeman
  • 16,495
  • 3
  • 60
  • 86
Diego
  • 16,436
  • 26
  • 84
  • 136

1 Answers1

2

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.

Community
  • 1
  • 1
Uwe Keim
  • 39,551
  • 56
  • 175
  • 291