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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.